Hacker News new | ask | show | jobs
by biggerfisch 3027 days ago
To play devil's advocate, it's possible to get a lot of those features in vim, see

- https://valloric.github.io/YouCompleteMe/

- https://github.com/kien/ctrlp.vim

- etc

Anything else can quite easily be added via more plugins or by using a terminal multiplexer like tmux or screen (or a more complicated terminal like terminator, iTerm2, etc

I use vim/tmux exclusively for my development, and while I don't use Java, I don't feel that I'm missing features that my coworkers running atom/vscode/etc have. I will admit that stepping through a debugger might be a bit harder, but I seem to find a few debugger plugins around, so I'm guessing someone has solved that.

1 comments

At the time I checked it, YouCompleteMe under the hood was running headless Eclipse as background for its features. So for me it was even worse than using the IDE directly. Now instead of one lightweight tool I had two tools to do the job of one.