https://www.youtube.com/watch?v=K4UZBkckA4A
Showcase of the C/C++ IDE project I've been working on since 2024.
It's an extremely fast, single executable, feature rich Windows editor with integrated debugger and profiling utilities
Built entirely in C99, without any libraries. Everything is done using the Win32 API based platform layer I called "Pivot"
It supports project management, split screen views (both horizontal and vertical), building via batch files, it also has an optional integrated compiler you can use (a slightly modified version of tcc, which I don't reccomend using due to the fact that it doesn't generate PDB files)
It has so many features (Goto definition/declaration, inline diagnostics etc...) that I can't even list them in a single message.
Side note: Eskil Steenberg and Casey left positive comments on the editor, Eskil actually commented the video as well. So... I guess it's approved by the masters, lol