Back to Devpod

Quickstart JetBrains (IntelliJ etc.)

docs/pages/quickstart/jetbrains.mdx

0.6.151.7 KB
Original Source

import AddProvider from '../fragments/add-provider.mdx'

Quickstart with JetBrains

Make sure you have installed DevPod on your system.

Install Prerequisites

Make sure to install the following prerequisites:

Add a Provider

<AddProvider />

Start a Workspace

Navigate to 'Workspaces' > '+ Create'. Enter your project url or choose one of the quickstart examples.

<figure> <figcaption>Create Workspace</figcaption> </figure>

Make sure to select a JetBrains IDE under 'Default IDE'

<figure> <figcaption>Select IDE</figcaption> </figure>

Then press 'Create Workspace'.

<figure> <figcaption>Create Workspace</figcaption> </figure>

A new window appears showing DevPod starting the workspace. After the workspace was created, JetBrains Gateway should automatically open with a prefilled form for the workspace.

<figure> <figcaption>JetBrains Gateway opens automatically</figcaption> </figure>

Press 'Check Connection and Continue' without changing any configuration. This should start the IDE in the workspace. After the IDE has been initialized, your JetBrains IDE should open up inside the workspace.

<figure> <figcaption>IDE opens within the workspace</figcaption> </figure>