We use cookies to make your experience better.
Learn how to connect your favorite Editors and IDEs to your remote environment.
There are four primary ways you can connect an IDE to your Coder environment:
Once you've set up SSH access to Coder, you can work on projects from your local VS Code, connected to your Coder environment for compute, etc.
Launch VS Code in the browser from the Environments page by clicking the Code icon.
Click your avatar to open a menu. Select Feature Preview to open the feature preview modal where you can enable JetBrains support.
Coder launches remote IDEs in their own windows; be sure to set your browser to allow popup windows so that you can use your IDE.
With support enabled and the editor installed with the Image, you'll be able to launch the editor from the dashboard.
If you need a valid license to run your IDE locally, you'll also need one to run it in Coder.
You can manually install JetBrains' IDEs. After following JetBrains' steps for installing your IDE, create a symlink, and add it to $PATH.
The symlink names supported by Coder are:
clion
datagrip
goland
intellij-idea-ultimate
intellij-idea-community
phpstorm
pycharm
pycharm-community
rider
rubymine
webstorm
For the best possible experience, we recommend running the editor in an environment with the following resources at a minimum:
Our docs are open source. See something wrong or unclear? Make an edit.