|
1 |
| -#JetBrains ToolboxIntegration(beta) |
| 1 | +#JetBrains Toolbox (beta) |
2 | 2 |
|
3 | 3 | JetBrains Toolbox helps you manage JetBrains products and includes remote development capabilities for connecting to Coder workspaces.
|
4 | 4 |
|
5 |
| -##Install the Coderplugin for Toolbox |
| 5 | +##Install the Coderprovider for Toolbox |
6 | 6 |
|
7 | 7 | 1. Install[JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) version 2.6.0.40632 or later.
|
| 8 | +1. Open the Toolbox App. |
| 9 | +1. From the switcher drop-down, select**Manage Providers**. |
| 10 | +1. In the**Providers** window, under the Available node, locate the**Coder** provider and click**Install**. |
8 | 11 |
|
9 |
| -1. Open Toolbox and navigate to the**Remote Development** section. |
10 |
| -1. Install the Coder plugin using one of these methods: |
11 |
| -- Search for`Coder` in the**Remote Development** plugins section. |
12 |
| -- Use this URI to install directly:`jetbrains://gateway/com.coder.toolbox`. |
13 |
| -- Download from[JetBrains Marketplace](https://plugins.jetbrains.com/). |
14 |
| -- Download from[GitHub Releases](https://github.com/coder/coder-jetbrains-toolbox/releases). |
| 12 | + |
| 13 | + |
| 14 | +##Connect |
| 15 | + |
| 16 | +1. In the Toolbox App, click**Coder**. |
| 17 | +1. Enter the URL address and click**Sign In**. |
| 18 | + |
| 19 | +1. Authenticate to Coder adding a token for the session and click**Connect**. |
| 20 | + |
| 21 | + After the authentication is completed, you are connected to your development environment and can open and work on projects. |
| 22 | + |
15 | 23 |
|
16 | 24 | ##Use URI parameters
|
17 | 25 |
|
@@ -40,7 +48,8 @@ For more details, see the [coder-jetbrains-toolbox repository](https://github.co
|
40 | 48 |
|
41 | 49 | To connect to a Coder deployment that uses internal certificates, configure the certificates directly in the Coder plugin settings in JetBrains Toolbox:
|
42 | 50 |
|
43 |
| -1. Click the settings icon (⚙) in the lower left corner of JetBrains Toolbox. |
| 51 | +1. In the Toolbox App, click**Coder**. |
| 52 | +1. Click the (⋮) next to the username in top right corner. |
44 | 53 | 1. Select**Settings**.
|
45 |
| -1. Go to the**Coder** section. |
46 | 54 | 1. Add your certificate path in the**CA Path** field.
|
| 55 | + |