HACKER Q&A
📣 wolandark

TUI C/C++ IDEs in 2024 which are not Vim/Emacs?


Are there any useable TUI C/C++ IDEs for unix and linux similar to Turbo C and and Free Pascal IDE, fp?


  👤 pancsta Accepted Answer ✓
You can try editing in micro-editor, then compile in another tty. I think it supports LSP by now, so you just need one for C. It’s not an IDE, but neither is vim.

👤 talldayo
You ever try Helix with tree-sitter enabled?

👤 marssaxman
What are your criteria for usability?