-
Would IntelliJ IDEA ever get a similar plugin to the VSCode extension for slint? I would use it in hand with the rust plugin for IntelliJ. I didn't see a previous discussion about this topic but I apologize if one already exists. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
It would be lovely to have an IntelliJ IDEA plugin for Slint. It would probably be best to re-use as much of the Slint Language server functionality as possible. That kind of re-use capability is something we do keep in the back of our minds as we extend the language server. |
Beta Was this translation helpful? Give feedback.
-
Our README explains how to set up our language server in jetbrains IDEs, using a generic language server plugin. Maybe that can provide you with a clutch for now? Having a special plugin would of course be much nicer :-) See below: |
Beta Was this translation helpful? Give feedback.
-
Unfortunately the generic LSP plugin for JetBrains IDE is old, abandoned and therefore incompatible with latest versions. |
Beta Was this translation helpful? Give feedback.
Our README explains how to set up our language server in jetbrains IDEs, using a generic language server plugin. Maybe that can provide you with a clutch for now?
Having a special plugin would of course be much nicer :-)
See below:
@kizeevov did a Intellij plugin here.