There is a recent post about the new JetBrains Fleet IDE, but of course it is sadly not open source.
What is your favourite IDE? (Or compiler, language, framework, anything: just share your experience and knowledge)
I’ll start:
- PHP: Geany
- Python: Thonny
- Pascal/Delphi: Lazarus
- C/C++: wxDev-C++, and Code::Blocks
- C#: MonoDevelop, (before it was SharpDevelop)
- Go: LiteIDE X
Vim or neovim, and coc.nvim. It turns vim into a full ide for nearly every language.
coc is nice, but I’m super excited for the neovim LSP stuff that is being developed. They are already nice, but not on par with integrations on VSC and the likes.
Nice coc
I really would like to try it, but I have no idea how to install coc on vim.
I only know the basic usage commands, and I have never installed any plugin so I have no idea how to do it
Get a vim distribution that makes plugin installs easy. I use vimrc, and it has instructions for where to clone plugins.