-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
Tobias Frisch authoredSigned-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
SETUP_IDE.md 1.30 KiB
How to setup your IDE
VSCodium
- Install VSCodium
- Run
scripts/setup-codium.sh
in your local repository - Run VSCodium and open your local repository as project
VSCode
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
Eclipse CDT
- Download and install Eclipse CDT
- Run Eclipse CDT and open your local repository as project
CLion
- Download and install CLion
- Run CLion and open your local repository as project
Visual Studio
- 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