Coder Jetbrains Toolbox banner
coder coder

Coder Jetbrains Toolbox

Development community

Description

Coder plugin for remote development support in JetBrains Toolbox

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Coder Toolbox plugin

[!["Join us onDiscord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=purple)](https://discord.gg/coder) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![Coder Toolbox Plugin Build](https://github.com/coder/coder-jetbrains-toolbox/actions/workflows/build.yml/badge.svg)](https://github.com/coder/coder-jetbrains-toolbox/actions/workflows/build.yml)

Connects your JetBrains IDE to Coder workspaces

Getting Started

To install this plugin using JetBrains Toolbox, follow the steps below.

  1. Install JetBrains Toolbox. Make sure it's the 2.6.0.40632 release or above.
  2. Launch the Toolbox app and sign in with your JetBrains account (if needed).

Install Coder plugin via URI

You can quickly install the plugin using this JetBrains hyperlink:

👉

This will open JetBrains Toolbox and prompt you to install the Coder Toolbox plugin automatically.

Alternatively, you can paste `jetbrains://gateway/com.coder.toolbox` into a browser.

Manual install

There are two ways Coder Toolbox plugin can be installed. The first option is to manually download the plugin artifact from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26968-coder/versions) or from [Coder's Github Release page](https://github.com/coder/coder-jetbrains-toolbox/releases).

The next step is to copy the zip content to one of the following locations, depending on your OS:

  • Windows: %LocalAppData%/JetBrains/Toolbox/cache/plugins/com.coder.toolbox
  • macOS: ~/Library/Caches/JetBrains/Toolbox/plugins/com.coder.toolbox
  • Linux: ~/.local/share/JetBrains/Toolbox/plugins/com.coder.toolbox

Alternatively, you can install it using the _Gradle_ tasks included in the project:


./gradlew cleanAll build installPlugin

Make sure Toolbox is closed bef