mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
This pull request introduces significant updates to documentation and references related to JetBrains IDEs, including rebranding, restructuring, and adding new guides. [Preview](https://coder.com/docs/@atif%2Fjetbrains-reorganization) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
27 lines
678 B
Markdown
27 lines
678 B
Markdown
# JetBrains Fleet
|
|
|
|
JetBrains Fleet is a code editor and lightweight IDE designed to support various
|
|
programming languages and development environments.
|
|
|
|
[See JetBrains's website](https://www.jetbrains.com/fleet/) to learn more about Fleet.
|
|
|
|
To connect Fleet to a Coder workspace:
|
|
|
|
1. [Install Fleet](https://www.jetbrains.com/fleet/download)
|
|
|
|
1. Install Coder CLI
|
|
|
|
```shell
|
|
curl -L https://coder.com/install.sh | sh
|
|
```
|
|
|
|
1. Login and configure Coder SSH.
|
|
|
|
```shell
|
|
coder login coder.example.com
|
|
coder config-ssh
|
|
```
|
|
|
|
1. Connect via SSH with the Host set to `coder.workspace-name`
|
|

|