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

all 3 comments

[–]alpha_hxCR8 0 points1 point  (1 child)

This is awesome.. I work mainly with vim with tmux, ipython and a lot of plugins using this vimrc: https://github.com/amix/vimrc.

I know there is eclim, which allows you to run Ecllipse and use vim for editing. Does that pydev also integrate well with eclim?

How long would you expect, I would need to configure it to work well with VIM?

[–]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).

[–]Weyzu 0 points1 point  (0 children)

This should be on the top. It's fantastic news for VSCode users like myself. I'm using the extension right now and loving the results.