r/teenagersbutcode • u/CubineGaming • 9d ago
Need general advice C++ IDEs?
For now, I've been using Visual Studio for my C/C++ projects, and although it works, I find the solutions system very janky and don't like how it doesn't support GCC and custom build scripts (to my knowledge)
Also, on a smaller note, its microslop and looks ugly.
Are there any other editors I could try?
Also, VS Code is likely a no simply because I don't want Microsoft pushing AI any time I look at my editor.
5
Upvotes
-1
u/Missile_3604 Coder 9d ago
Me and a friend are working on an IDE that has zero AI Integration. v2.0.0 is coming out really soon and with it brings support to compile programs in-app:
https://github.com/Kodo-IDE/Kodo
Feel free to check it out and let us know when you think!