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?
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.
You ever try Helix with tree-sitter enabled?
What are your criteria for usability?