Connecting an IDE/editor to Gitpod
The three main ways to edit code or access a Gitpod workspace:- Browser - Using VS Code Browser.
- SSH - Using an SSH key or an Access Token.
- Desktop - Using VS Code Desktop or JetBrains Gateway.
Supported IDE/editors
- VS Code Browser
- VS Code Desktop
- Jupyter
- IntelliJ
- GoLand
- PhpStorm
- PyCharm
- RubyMine
- WebStorm
- Rider
- CLion
- RustRover
- Command Line (e.g. Vim) - Desktop
- Command Line (e.g. vim) - Browser
Start a workspace with an IDE/editor
You can start a workspace with your favourite IDE/editor directly from Gitpod Dashboard. You can do that from by clicking on theNew Workspace
button. Then, you can select the context url, Editor and custom workspace class.