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

(giovannicarlino04.itch.io)

9 points | by giovannicar04 13 hours ago ago

2 comments

  • Panzerschrek 3 hours ago ago

    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?

    • giovannicar04 41 minutes ago ago

      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.