donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

JetBrains IDE compatibility #302

Closed donkirkby closed 2 years ago

donkirkby commented 3 years ago

The PyCharm plugin should be compatible with most JetBrains IDEs, not just PyCharm. However, only old versions show up in the plugin marketplace, as described in issue #293.

I changed the dependency in issue #228 to follow the guidance in this post, where it says:

The fix has been deployed and now your plugin with <depends>com.intellij.modules.python</depends> would be available in IntelliJ IDEA, Android Studio, CLion, DataGrip, GoLand, PyCharm, Rider. When installing plugin in IDEs other than PyCharm it would be suggested to install Python (for IDEA Ultimate) or Python Community Edition plugin.

I think it should show my plugin even before you install the Python plugin. It will just suggest that you install Python as well.

donkirkby commented 2 years ago

Testing on Windows 10 Home, build 19042.985, with CLion 2021.2.3: I search for "live coding" and I see Live Coding in Python 2.25.1 Apr. 12, 2021. That's weird, because the version released on Apr 12 is the latest version: 4.4.0. Version 2.25.1 was released on Mar 30, 2019.

I get the exact same results on Ubuntu 20.04 with the same CLion version.

donkirkby commented 2 years ago

I posted a question in the JetBrains forum.

donkirkby commented 2 years ago

Got a helpful answer to that question. The problem was in the marketplace and it's fixed. Now I'm getting some compatibility warnings, so I asked a follow up question.

donkirkby commented 2 years ago

No answer to the follow up question, so I posted a new question.

donkirkby commented 2 years ago

Still no answer, so I'm closing this issue.