Parallels / parallels-vscode-extension

Parallels Visual Studio Code
MIT License
27 stars 7 forks source link

Port the extension to JetBrains IntelliJ IDEs #52

Closed rakleed closed 11 months ago

rakleed commented 1 year ago

Is your feature request related to a problem? Please describe. When writing code in JetBrains IntelliJ IDEs, there is no plugin like for VS Code.

Describe the solution you'd like Port the extension to JetBrains IntelliJ IDEs.

Additional context https://plugins.jetbrains.com/docs/intellij/developing-plugins.html#gradle-intellij-plugin

cjlapao commented 11 months ago

@rakleed We looked at this and unfortunately IntelliJ plugins are written in java and there is not an easy conversion between what we have and that language, we are noting this but putting it on the back burner unless we get a lot of upvotes.

Thanks

rakleed commented 10 months ago

IntelliJ plugins are written in java

Also in Kotlin, but yes, it is not JS/TS.