IDE

I also used Eclipse once

To write code one needs a text editor. A integrated development environment is a glorified text editor that let you compile, debug, profile and do other things more easy. Here are the ones i use or are stuck with.

Visual Studio - 2019



Visual Studio Code - 2015

- CTRL+, : Settings

- CTRL+SHIFT+P: Command pallete

- CTRL+K, CTRL+O: Open project

- CTRL+Ö: Open terminal


Writing Shaders in VS Code: GLSL Setup

https://medium.com/@berraknil/writing-shaders-in-vs-code-glsl-setup-391948580a9a


Atom - 2014

ZeroBrane Studio - 2012

Qt Creator - 2009

Sublime Text - 2008

Xcode - 2003

Notepad++ - 2003

Reference