javap.vim : Runs the javap command and displays results in a new buffer
| script karma |
Rating 18/11,
Downloaded by 804 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Don Mitchell |
| |
| script type |
| utility |
| |
| description |
This command allows you to run the JDK utility javap to show the methods in a class found in your classpath. This function assumes that you have your classpath set up and that you have javap in your path.
It's useful when I want to know a method or constructor signature and don't want to look up the javadocs for it.
To use it just go to the ex prompt and ...
:Javap fully_qualified_classname
For example,
:Javap java.lang.String; |
| |
| install details |
Either source this file or put it in your vimfiles/plugins directory. To test it out, run
:source javap.vim |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.32
|