8000 docs: improve JetBrains Toolbox connection docs by matifali · Pull Request #18125 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: improve JetBrains Toolbox connection docs #18125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: improve toolbox connection docs
  • Loading branch information
matifali authored May 30, 2025
commit 70f3135dd90db20c839f7bb86489b9c091b79445
19 changes: 11 additions & 8 deletions docs/user-guides/workspace-access/jetbrains/toolbox.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# JetBrains Toolbox Integration (beta)
# JetBrains Toolbox (beta)

JetBrains Toolbox helps you manage JetBrains products and includes remote development capabilities for connecting to Coder workspaces.

## Install the Coder plugin for Toolbox
## Install the Coder provider for Toolbox

1. Install [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) version 2.6.0.40632 or later.
1. Open the Toolbox App.
1. From the switcher drop-down, select **Manage Providers**.
1. In the **Providers** window, under the Available node, locate the **Coder** provider and click **Install**.

1. Open Toolbox and navigate to the **Remote Development** section.
1. Install the Coder plugin using one of these methods:
- Search for `Coder` in the **Remote Development** plugins section.
- Use this URI to install directly: `jetbrains://gateway/com.coder.toolbox`.
- Download from [JetBrains Marketplace](https://plugins.jetbrains.com/).
- Download from [GitHub Releases](https://github.com/coder/coder-jetbrains-toolbox/releases).
## Connect

1. In the Toolbox App, click **Coder**.
1. Enter the URL address and click **Sign In**.
1. Authenticate to Coder adding a token for the session and click **Connect**.
After the authentication is completed, you are connected to your development environment and can open and work on projects.

## Use URI parameters

Expand Down
Loading
0