Skip to content

Commit

Permalink
Nit: Simplify / clean up IDE section
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Feb 27, 2025
1 parent 674b9b4 commit a256f4b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions site/src/jsMain/resources/markdown/docs/getting-started/Ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ follows: WhatIsKobweb

While you can use any Kotlin-aware IDE to develop a Kobweb project, we strongly encourage using IntelliJ IDEA.

Our team will always have at least one person using the free Community Edition to make sure that Kobweb never
accidentally becomes reliant on any paid-only features, but of course, if you have an Ultimate license, you can use
that.
Our team will always have at least one person using the free IntelliJ IDEA Community Edition to make sure that Kobweb
never accidentally becomes reliant on any paid-only features, but of course, if you have an Ultimate license, you can
use that.

But if you're new to Kotlin development and aren't sure where to start, we officially recommend using IntelliJ IDEA
Community Edition.

We suggest you get it using the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/), as this approach makes
it easy to download, update, and otherwise manage your IntelliJ IDEA installations.
If you're new to Kotlin development, we suggest installing the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/), as it is a program that
makes it easy to download, update, and otherwise manage your IntelliJ IDEA installations.

## Kobweb IntelliJ Plugin

Expand All @@ -25,10 +22,12 @@ inspections, actions, settings, templates, and IDE integrations for Kobweb-speci

> [!IMPORTANT]
> At the time of writing this note (in early 2025), the plugin is still relatively minimal, so please set
> expectations accordingly. Hopefully this will be remedied by the end of 2025. You
> can [review our changelog here](https://github.com/varabyte/kobweb-intellij-plugin/blob/main/CHANGELOG.md) for
> the most up-to-date list of current features.
> expectations accordingly. Hopefully this will be remedied by the end of 2025.
>
> In case this note becomes stale, you
> can [review our changelog here](https://github.com/varabyte/kobweb-intellij-plugin/blob/main/CHANGELOG.md) for the most
> up-to-date list of current features.
>
> If you would like to help us accelerate the development of this plugin,
> consider [checking out the project](https://github.com/varabyte/kobweb-intellij-plugin) and let us know if you would
> like to try contributing.
> be interested in contributing.

0 comments on commit a256f4b

Please sign in to comment.