1. Firstly, we need to install 64bit Mingw as code blocks by Default installs 32bit. install it to C:\your_path\mingw64\ 2. Add the path C:\your_path\mingw64\bin\ to environment variable path. 3.
If you want to add a language, find a TextMate Grammar file for it (usually easily found in vscode extensions). You'll need to add an entry to languages/index.js as well ...