- Install VSCodium
- Run
scripts/setup-codium.sh
in your local repository - Run VSCodium and open your local repository as project
If you should prefer to use the official binaries from Microsoft including their own telemetry, you can follow these steps:
- Download and install VSCode
- Run
scripts/setup-codium.sh
in your local repository or in case of a Windows host run following line from PowerShell:
Get-Content resources\extensions.txt | ForEach-Object {code --install-extension $_}
- Run VSCode and open your local repository as project
- Download and install Eclipse CDT
- Run Eclipse CDT and open your local repository as project
- Download and install CLion
- Run CLion and open your local repository as project
- Download and install Visual Studio
- Make sure you have installed the requirements for CMake projects.
- Run Visual Studio and open your local repository as project