IDE installation
Development of JetBrains projector was suspended on July 11, 2022. JetBrains IDE versions published after this date may exhibit strange behaviors or crash unexpectedly under Projector. For the best experience, JetBrains recommends migrating to Jetbrains Gateway.
The process of installing an IDE onto your image is similar to installing the IDE onto a local machine.
To see examples demonstrating how to install the various IDEs and configure your image to work with Coder's multi editor feature, see the sample images available on GitHub.
Supported IDEs
Coder can find and start the following IDEs if their binaries exist in your PATH:
- Android Studio
- CLion
- DataGrip
- DataSpell
- GoLand
- IntelliJ IDEA Community Edition
- IntelliJ IDEA Ultimate
- Jupyter
- PhpStorm
- PyCharm
- Rider
- RStudio (see rocker-versioned for sample images containing RStudio)
- RubyMine
- Code OSS (VS Code, installed by default)
- WebStorm
Required packages
The following packages are required in your image if you're using an IDE other than VS Code. They ensure that the IDE can communicate with Coder:
Debian package | RPM package | Description |
---|---|---|
openssl | openssl | Secure Sockets Layer Toolkit |
libxtst6 | libXtst | X11 Testing Library |
libxrender1 | libXrender | X Rendering Extension Client Library |
libfontconfig1 | fontconfig | Generic Font Configuration Library |
libxi6 | libXi | X11 Input Extension Library |
libgtk-3-0 | gtk3 | GTK+ Graphical User Interface Library |