sponsor Vim development Vim logo Vim Book Ad

javap.vim : Runs the javap command and displays results in a new buffer

 script karma  Rating 18/11, Downloaded by 663  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
javap.vim 1.0 2005-11-10 6.0 Don Mitchell Initial upload
ip used for rating: 18.222.240.21

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github