-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatible with JetBrains IDEs #125
Comments
Hello, thanks for info. I will soon test this scenario. Few side questions:
Regarding compatibility I find it impossible to compile plugin both for 2023.* and 2024, and there is now 2 versions Should I approach, as plugin developer, to release version that is only working with specific version of Pycharm (intellij)? |
Hello!
Previous versions of your plugin will be compatible with versions < 2024.2 |
This would be a really nice update - is there anything that can be done to help with this? |
@tauferp Meanwhile, I've made the repository public: |
From IDEs version 242, the "Pythonid" plugin will depend on the "PythonCore".
I see that you use classes from the "Pythonid" (module
com.intellij.python.pro
).Therefore, you should add dependencies to both plugins:
Pythonid
,PythonCore
.The text was updated successfully, but these errors were encountered: