|
|
|
|
|
by the_angry_angel
2190 days ago
|
|
neovim and coc.nvim might be close to what you're looking for, if you can live with vim style motions, etc. CoC basically takes VSCode addons and modifies them just enough to get them working in conjunction with neovim. |
|
Just to give some background: I'm not someone that spends hours in an IDE every day. I'd just like something to easily install and that I can just jump into, and that makes less frequently used features easy to find with a menu or something.
Basically VS Code but then ideally in a terminal so that I can run it inside tmux, and so it will work fine over a slower connection.
VS Code, while suboptimal IMO with its Electron implementation, does show the way for an accessible IDE with great support for plugins. Even someone who doesn't use it daily can figure it out. But it's GUI only :(