Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.3 KB

SETUP_IDE.md

File metadata and controls

35 lines (23 loc) · 1.3 KB

How to setup your IDE

VSCodium

  1. Install VSCodium
  2. Run scripts/setup-codium.sh in your local repository
  3. 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:

  1. Download and install VSCode
  2. 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 $_}
  1. Run VSCode and open your local repository as project

Eclipse CDT

  1. Download and install Eclipse CDT
  2. Run Eclipse CDT and open your local repository as project

CLion

  1. Download and install CLion
  2. Run CLion and open your local repository as project

Visual Studio

  1. Download and install Visual Studio
  2. Make sure you have installed the requirements for CMake projects.
  3. Run Visual Studio and open your local repository as project