|
1 | 1 | # JetBrains Gateway
|
2 | 2 |
|
3 |
| -The following walkthrough details how to connect JetBrains Gateway to |
4 |
| -Coder. |
| 3 | +JetBrains Gateway is a compact desktop app that allows you to work remotely with a JetBrains IDE without even downloading one. [See JetBrains' website to learn about and Gateway.](https://www.jetbrains.com/remote-development/gateway/) |
| 4 | + |
| 5 | +Gateway can connect to a Coder workspace by using Coder's Gateway plugin or manually setting up an SSH connection. |
| 6 | + |
| 7 | +## Using Coder's JetBrains Gateway Plugin |
| 8 | + |
| 9 | +> The Coder plugin is an alpha state. If you experience problems, please [create a GitHub issue](https://github.com/coder/coder/issues) or share in [our Discord channel](https://discord.gg/coder). |
| 10 | +
|
| 11 | +1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html) |
| 12 | +1. Open Gateway and click the gear icon at the bottom left and then "Settings" |
| 13 | +1. In the Marketplace tab within Plugins, type Coder and then click "Install" and "OK" |
| 14 | +  |
| 15 | +1. Click the new "Coder" icon on the Gateway home screen |
| 16 | +  |
| 17 | +1. Enter your Coder deployment's Access Url and click "Connect" then paste the Session Token and click "OK" |
| 18 | +  |
| 19 | +1. Click the "+" icon to open a browser and go to the templates page in your Coder deployment to create a workspace |
| 20 | +1. If a workspace already exists but is stopped, click the green arrow to start the workspace |
| 21 | +1. Once the workspace status says Running, click "Select IDE and Project" |
| 22 | +  |
| 23 | +1. Select the JetBrains IDE for your project and the project directory then click "Start IDE and connect" |
| 24 | +  |
| 25 | +  |
| 26 | + |
| 27 | +> Note the JetBrains IDE is remotely installed into `~/. cache/JetBrains/RemoteDev/dist` |
5 | 28 |
|
6 | 29 | ## Creating a new JetBrains Gateway Connection
|
7 | 30 |
|
|
0 commit comments