Skip to content

Commit ffaf75d

Browse files
sharkymarkbpmct
andauthored
Update docs/ides/configuring-web-ides.md
Co-authored-by: Ben Potter <ben@coder.com>
1 parent 4ce2f48 commit ffaf75d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/ides/configuring-web-ides.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,22 @@ resource "coder_app" "intellij" {
205205
}
206206
```
207207

208-
Here are [Kubernetes pod](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-intellij) and [Docker container](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-intellij) examples with a JetBrains IntelliJ IDE.
209208

210-
Here are [Kubernetes pod](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-pycharm) and [Docker container](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-pycharm) examples with a JetBrains PyCharm IDE.
209+
**Pre-built templates:**
211210

212-
![PyCharm in Coder](../images/projector-pycharm.png)
211+
You can also reference/use to these pre-built templates with JetBrains projector:
212+
213+
- IntelliJ ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-intellij), [Kubernetes](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-intellij))
214+
215+
- PyCharm ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-pycharm), [Kubernetes](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-pycharm)
216+
217+
- GoLand ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-goland), [Kubernetes](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-goland))
213218

214-
Here are [Kubernetes pod](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-goland) and [Docker container](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-goland) examples with a JetBrains GoLand IDE.
219+
- Alternate approach: Projector/IDE installed into the image, all IDEs ((Docker)[https://github.com/bpmct/coder-templates/tree/main/projector-container])
220+
221+
> You need to have a valid `~/.kube/config` on your Coder host and a namespace on a Kubernetes cluster to use the Kubernetes pod template examples.
222+
223+
![PyCharm in Coder](../images/projector-pycharm.png)
215224

216225
> You need to have a valid `~/.kube/config` on your Coder host and a namespace on a Kubernetes cluster to use the Kubernetes pod template examples.
217226

0 commit comments

Comments
 (0)