Show HN: A C/C++ IDE written in C from scratch with zero dependencies

9 points
1/21/1970
14 hours ago
by giovannicar04

Comments


Panzerschrek

Can it parse C++ properly and perform correct auto-completion?

Which languages besides C and C++ does it support?

Does it support language server protocol?

Why it's written in C and not C++?

How does it render texts without any dependencies? Does it use WinAPI functions for this?

4 hours ago

giovannicar04

Hi. It can parse C/C++ and perform auto completion correctly, it does partially support LSP, I'm finishing the full integration but in the meanwhile it's using my own C/C++ parser which works up to the latest MSVC standard, it is written in C because it's the main language I use and I'm comfortable with... It renders text using the WinAPI functions.

2 hours ago