chore: add IDEs page (#2388)

This commit is contained in:
Katie Horne
2022-06-16 11:22:14 -05:00
committed by GitHub
parent a82c0eb560
commit 6c1a111fa9
3 changed files with 159 additions and 55 deletions
+7 -30
View File
@@ -10,40 +10,15 @@ templates](./templates.md):
```sh
# create a workspace from the template; specify any variables
coder create <workspace-name>
create --template="<templateName>" <workspaceName>
# show the resources behind the workspace and how to connect
coder show <workspace-name>
```
## Connect with SSH
## IDEs
Once you've added your workspaces to your SSH hosts, you can connect from any
IDE with remote development support:
```sh
coder config-ssh
coder ssh <workspaceName>
```
## Editors and IDEs
The following desktop IDEs have been tested with Coder, though any IDE with SSH
support should work!
- VS Code (with [Remote -
SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)
extension)
- JetBrains (with
[Gateway](https://www.jetbrains.com/help/idea/remote-development-a.html#launch_gateway)
installed)
- IntelliJ IDEA
- CLion
- GoLand
- PyCharm
- Rider
- RubyMine
- WebStorm
Coder [supports multiple IDEs](ides.md) for use with your workspaces.
## Workspace lifecycle
@@ -67,8 +42,10 @@ When a workspace is deleted, all of the workspace's resources are deleted.
## Dotfiles
Users can install configuration from a personal [dotfiles repository](https://dotfiles.github.io) with the `coder dotfiles <repo>`
command in their workspace. Templates can also prompt users for their dotfiles repo [(example)](../examples/templates/docker-with-dotfiles/README.md#how-it-works).
Users can install configuration from a personal [dotfiles
repository](https://dotfiles.github.io) with the `coder dotfiles <repo>` command
in their workspace. Templates can also prompt users for their dotfiles repo
[(example)](../examples/templates/docker-with-dotfiles/README.md#how-it-works).
## Updating workspaces