derekwyatt/vim-scala

ensime

Closed this issue · 4 comments

did you ever get anywhere with ENSIME integration?

The server has recently seen a bit of a revival, we'd love to gain more contributors and a good go-to Vim extension that uses ensime :-)

@fommil I don't think that the integration with ENSIME should be in this particularly plugin IMHO. I'd love to see it as a completion engine in Valloric/YouCompleteMe instead.

ENSIME does a lot more than just completion

Yes I know, I was just looking at it but basically is a server that does the hard work and can be used by a client which is the same thing that inside YouCompleteMe is done by libclang for C/C++ which do not only offer completion, but also errors, jump to code etc.. The same is for python with jedi and OmniSharpServer which also give completion, jump to code and other stuff.

ok cool, maybe that's a good place for it then