JavaImp.vim icon indicating copy to clipboard operation
JavaImp.vim copied to clipboard

Insert and sort Java import statements, view JavaDoc from class name, and more.

Results 10 JavaImp.vim issues
Sort by recently updated
recently updated
newest added

The rt.jar file is removed from version 9 and above. Will this tool still work for those versions? If so, how should the configuration be approached?

Maybe I missed something, but I can't find the .jmplst file support in the source code. So add some snippets to support it.

![image](https://user-images.githubusercontent.com/1173734/26987484-8cfb4bfa-4d00-11e7-89d6-0eb1f53c2e49.png) When there are multiple import choices, only the last one and the prompt is shown, the rest is hidden. After poking around the code, I found the `JavaImpDisplayChoices` uses...

I'm using a macOS sierra I used: jar tf $JAVA_HOME/src.zip | sed -e 's#^src/##' > jdk.jmplst Note I used src.zip because I can't find an src.jar anywhere in my java_home...

Hi, I've been trying to setup JavaImp, but so far I had no luck. I've set JavaImpPaths to ~/java, which contains both a jdk.jmplst and the rt.jar from my distribution:...

If Vim is open twice and has a sw\* file for JavaImp.txt already, subsequent JavaImpInserts will fail.

JavaImpInsert is smart enough to call JavaImpGenerate when an import could not be found. However, the call to JIG ends the JavaImpInsert operation--regardless of whether an import could be found...

VimL can be challenging to work with, and Python may provide a better and more optimized solution. This is good timing because Neovim support Python again now.

enhancement

It would be nice if the JavaDocs could be automatically generated based on the projects listed in g:JavaImpPaths. This would eliminate the need for the whole separate config variable g:JavaImpDocPaths.

enhancement