--- title: IDE Setup sidebar_position: 4 description: Get the best developer UX with VSCode sidebar_custom_props: icon: TbBrandVscode --- This section will help you set up your IDE for the project. If you haven't set up your development environment, please refer to the [local setup](/start/local-setup) section. ## Visual Studio Code You can use any IDE you prefer, but Visual Studio Code is the choice of the core team, and has lots of extensions and settings to share with you. ### Step 1: Installation You can download Visual Studio Code from [here](https://code.visualstudio.com/download). Depending on your operating system, you can download the appropriate version. ### Step 2: Open Project Once you install Visual Studio Code, you can open the project by clicking on `File > Open Folder` and selecting `twenty` project root folder.