Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
khushisharmaharness committed Jan 15, 2025
1 parent 9f76396 commit c2e3c7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
16 changes: 11 additions & 5 deletions docs/cloud-development-environments/ide's/intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ sidebar_position: 3
description: Connect to your Gitspaces within IntelliJ IDEA.
sidebar_label: IntelliJ IDEA
---
:::info

Harness CDE is now available in public beta. To enable it on your account, contact your sales representative or reach out to the team at [email protected]

:::

With **IntelliJ IDEA** support, Harness CDE enables seamless remote development in your Gitspaces using the IntelliJ IDEA IDE. This integration leverages **[JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/)** to establish a direct remote connection with IntelliJ IDEA, eliminating the need for any prior setup.
With **IntelliJ IDEA** support, Harness CDE enables seamless and efficient remote development in your Gitspaces with your IDE. This integration leverages **[JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/)** to establish a direct remote connection with IntelliJ IDEA, eliminating the need for any prior setup.

This guide provides a step-by-step walkthrough to help you use IntelliJ IDEA with your Gitspaces. Let’s get started!

Expand All @@ -30,10 +35,11 @@ To ensure optimal performance while connecting to your Gitspace in IntelliJ IDEA
- **Storage**: At least **10 GB** of available disk space.

:::warning
If your Gitspace does not meet the recommended requirements, the following warning may appear during your IntelliJsetup. You can choose to create a new Gitspace that adheres to the recommended specifications or proceed with your existing configuration.
:::
If your Gitspace does not meet the recommended requirements, the following warning may appear during your IntelliJ setup. You can choose to create a new Gitspace that adheres to the recommended specifications or proceed with your existing configuration.

<img width="436" alt="warning intellij" src="https://github.com/user-attachments/assets/4749c388-58d1-4917-84b2-ab5384b4d050" />
:::


#### Configuring your Gitspace
To meet the recommended specifications, select the **"Large"** machine type while configuring your Gitspace in the Harness UI. This option provides:
Expand All @@ -44,7 +50,7 @@ To meet the recommended specifications, select the **"Large"** machine type whil
<img width="600" alt="gitspace requirements " src="https://github.com/user-attachments/assets/f295d7f4-c1ba-4822-a5b4-7aa3da7b6a10" />

## Getting started with IntelliJ IDEA
You can follow the following steps to get started with IntelliJ and start using IntelliJ for your Gitspaces:
Follow these steps to get started with integrating IntelliJ IDEA into your Gitspaces workflow:
### Create a Gitspace
1. Navigate to the **Harness UI** and [create a new Gitspace](/docs/cloud-development-environments/introduction/quickstart-guide) for your project repository.
2. Select **"IntelliJ"** as the IDE during Gitspace creation.
Expand Down Expand Up @@ -74,7 +80,7 @@ You will be redirected to **JetBrains Gateway**, where you will be prompted to c
<img width="700" alt="connect to ssh" src="https://github.com/user-attachments/assets/0626be74-7da8-42a0-8853-7c810cb4d972" />

:::warning
In case your Gitspace does not meet the recommended requirements, you may receive the following warning during the above setup. You can either upgrade your Gitspace to align with the recommended specifications or continue with your current configuration.
In case your Gitspace does not meet the recommended requirements, you may receive the following warning during the above setup. You can either create a new Gitspace to align with the recommended specifications or continue with your current configuration.

<img width="436" alt="warning intellij" src="https://github.com/user-attachments/assets/4749c388-58d1-4917-84b2-ab5384b4d050" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check out this video to get started with the Harness Gitspaces VS Code Extension

<iframe width="500" height="275" src="https://www.youtube.com/embed/8rwKZNszOpI?si=KjREEG_HGN8-YyrD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Pre-requisites
## Pre-Requisites
Before starting out, ensure that you have the following:
1. VS Code Desktop installed [(Install VS Code Desktop)](https://code.visualstudio.com/download)
2. Gitspaces VS Code extension installed (Refer to the steps below)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ You can choose your preferred IDE for development, we currently support the foll

1. [VS Code Desktop](https://code.visualstudio.com/) (>=v1.81.0)
2. [VS Code Browser](https://code.visualstudio.com/docs/editor/vscode-web)
3. [IntelliJ IDEA](https://www.jetbrains.com/idea/)

We are working on support for [IntelliJ IDEA](https://www.jetbrains.com/idea/) and other popular IDEs, so stay tuned.

Expand Down Expand Up @@ -60,8 +61,8 @@ We're working on adding more regions, as well as more flexible hosting models fo

Currently supported machine types are:

1. **Standard:** 2 core CPU 8GB Ram and 30GB Disk Size
1. **Standard:** 2 core CPU, 8GB Ram and 30GB Disk Size

2. **Large:** 4 core CPU 32GB Ram and 30 GB Disk Size
2. **Large:** 4 core CPU, 32GB Ram and 30 GB Disk Size

If you're looking for larger machines, please let us know, and we can discuss custom configurations to meet your needs ([email protected]).

0 comments on commit c2e3c7d

Please sign in to comment.