We use cookies to make your experience better.
Learn how to connect your favorite editors and IDEs to your remote workspace.
There are five primary ways you can connect an IDE to your Coder workspace:
Once you've set up SSH access to Coder, you can work on projects from your local VS Code, connected to your Coder workspace for compute, etc.
Launch VS Code in the browser from the workspaces page by clicking the Code Web icon.
If your image includes a JetBrains IDE, you can launch it from the dashboard. Coder launches JetBrains IDEs in their own windows; be sure to set your browser to allow popup windows so that you can use your IDE.
If you need a valid license to run your IDE locally, you'll also need one to run it in Coder.
You can also manually install JetBrains' IDEs. After following JetBrains' steps
for installing your IDE (make sure that you install the IDE to your home
directory), 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 workspace with the following resources at a minimum:
JetBrains' Code With Me allows you to collaborate with others in real-time on your project and enables pair programming.
You must have a [JetBrains IDE
installed](../admin/workspace-management/installing-jetbrains.md) onto your image to use Code With Me.
To set up a Code With Me session:
To create and host a Code With Me session:
Log in to Coder.
Under Applications, launch the JetBrains IDE (e.g., GoLand) of your choice.
Click the Code With Me icon at the top of your IDE.
Select Enable Access and Copy Invitation Link....
Confirm and accept the Terms of Use.
Set the permissions for new guests to Full access and uncheck the Automatically start voice call feature. Click Enable Access.
Once you've enabled access, JetBrains copies the link you must share with participants to your clipboard. Send this link to those with whom you'd like to collaborate.
You can recopy this link at any time by clicking the Code With Me icon and choosing Copy Invitation Link....
If you've received a link to join a Code With Me session as a participant:
Copy the Code With Me session link that you were provided, and paste it into your web browser. You'll be directed to a webpage with further instructions.
On the instructions page to which you were directed, copy the code snippet and run it in the terminal.
Confirm and accept the User Agreement.
You'll be shown a security code. Verify with the host of your session that they see the same code.
Wait for your host to accept your request to join; when they do, your JetBrains IDE will launch automatically.
If you're the host of the session, you'll see a request that the other participant wants to join your project, the permissions you've granted to the other user, and a security code.
Verify that the security code you see matches the one shown to your participants. If they do, click Accept to proceed.
At this point, you'll be able to share your project and work with your partner in real-time.
See an opportunity to improve our docs? Make an edit.