tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

Plugin requires Intellij IDEA Ultimate Edition, but documentation says it supports Community Edition #250

Closed Thunderforge closed 2 years ago

Thunderforge commented 2 years ago

According to the project readme

You'll need IntelliJ IDEA. The Community Edition is free and sufficient, you can also use Ultimate edition if you have one.

However, the plugin is only available from the Intellij marketplace for Ultimate Edition. Searching the plugin marketplace in Community Edition shows no results.

image
tomblachut commented 2 years ago

It's under Contributing section. Community Edition is sufficient because plugin is written in Kotlin, but requires JavaScript-enabled IDE, like WebStorm or IJ Ultimate, to run. (When contributing, correct version of development IDE is downloaded by Gradle)