Vim Tips Wiki
Advertisement

Use this page to discuss script 1785 1785

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

I got this Java autocompletion plugin working after much pain and suffering. --Preceding unsigned comment added by anon 00:14, April 30, 2010

I got javacomplete working without much pain and suffering, but it only completes JDK classes, not the classes I've created. When trying to omni-complete one of my objects I'm getting 'Pattern not found'. Is this really limited to JDK classes? If not, can anybody describe their config. Thnx. --98.249.9.100 22:17, June 12, 2010 (UTC)

To answer above, it's not limited to only JDK classes, but it can only find classes that are in your CLASSPATH. Add your src/ to your CLASSPATH and try again. 173.73.44.76 04:03, April 9, 2011 (UTC)

I found this link to be very helpful for getting it up and running -> http://groups.google.com/group/vim_mac/browse_thread/thread/6208cb4ab8212ff9/3ed2894bf8811b04?#3ed2894bf8811b04 --Preceding unsigned comment added by cdated 14:44, June 29, 2010

Advertisement