You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: