You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy Hermit user here -- I just ran into this too. I'd like to learn more about IntelliJ plugin development -- is this something I could reasonably do in a day or two?
@Ubehebe All contributions would be highly appreciated! 😄
I think it should be doable in a couple of days. Every language plugin in IntelliJ seems to handle their SDKs slightly differently, so you would have to see how the Python plugin manages its SDKs. But once that is done, you should be able to use our GoSDK and JDK updates as a template to add it to the plugin.
Similar to how we support the JDK and Go, it might be good to add native support for Python now that we have stable packages for it.
The text was updated successfully, but these errors were encountered: