eclim icon indicating copy to clipboard operation
eclim copied to clipboard

Missing Eclim vim commands

Open si-mikey opened this issue 9 years ago • 2 comments

I've got eclimd running and things seem to be working but I noticed I am missing many of the eclim vim commands such as:

  1. http://eclim.org/vim/java/search.html#javasearch ( no command :JavaSearch or :Java)
  2. http://eclim.org/vim/java/classpath.html ( no command :NewSrcEntry etc.. )

si-mikey avatar Sep 21 '15 17:09 si-mikey

Those are all file type specific commands.

  • have you checked that you have filetype support enabled? :EclimValidate
  • are you editing a java file (:echo &ft) when attempting to run those java commands?
  • are you editing a .classpath file (:echo &ft) when attempting to add new source entries?

ervandew avatar Sep 22 '15 18:09 ervandew

I cannot use :NewSrcEntry either. Inside of .classpath doing echo &ft returns XML.

PaulBGD avatar May 30 '16 05:05 PaulBGD