vimrc
vimrc copied to clipboard
javacomplete for classes I created
First of all, thanks a lot for your work, it helps me a lot. However, I got an issue recently while coding in java.
I found javacomplete not working very well on my machine. The author of javacomplete said it can support completing members of a variable or a field, but it only completes objects of JDK classes, not the objects of classes I've created. When hitting tab after "var.|", where "|" is the position of cursor, and var is an objects of a class I created, I'm getting 'Pattern not found'. Is this really limited to JDK classes?
Thanks a again for your help.