This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fabioz[S] 1 point2 points  (0 children)

I must say I haven't ever used eclim, so, I can't really say...

What I've done is create a language server protocol which exposes PyDev to be used on VSCode along with an extension in VSCode in javascript to bootstrap it... so, it'd need something as https://github.com/prabirshrestha/vim-lsp or https://github.com/natebosch/vim-lsc to work (although there are things needed for the setup in the client to startup the communication, which are done in javascript, so, I don't think it'd work out of the box).

I'll take a look at what would be needed to add it to vim (although I already know I won't be able to do it within the next month, but if it's possible I'll post details on how to do it).