M-x Kelsin

java

Tag: java

Imports.vim

This project is NOT ready for full publication yet… it’s also not totally tested by me yet, but I want to write about how it works and how I learned enough vimscript to make it work.

Getting the full maven project classpath

I’m working on some vim plugins that will help with java coding and in the process of doing so I realized that most of my issues would be solved if I had a text file that lists all of the classes available in my project’s class path. I want to include:

Javadoc in Emacs

I recently wanted an easier way to look up Java class documentation from Emacs and found this project: Javadoc-Help