Skip to content

cskeeters/javadoc.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

NOTE: neovim users may want to use javadoc.nvim.

javadoc.vim

javadoc.vim is a lightweight plugin for vim. It allows a user to open a browser to the javadoc for a class which the mouse is over (inspired by eclipse).

This plugin searches g:javadoc_path for a file with the same name as the word the cursor is over. This plugin is package agnostic, so if it finds two classes with the same name, it will just open both. It depends on find, sed, pidof, basename, and an external browser - which is configurable.

If there are two matches, there is some delay in opening the second match if the browser was not running when the first match was passed to the browser. Firefox complained without the delay.

Installation

See Vundle or Pathogen

Usage

Screencast

See the vim help

About

Plugin to launch javadoc for class under the cursor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published