Skip to content
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

Open
EliseevEgor opened this issue Jul 4, 2024 · 4 comments
Open

Compatible with JetBrains IDEs #125

EliseevEgor opened this issue Jul 4, 2024 · 4 comments

Comments

@EliseevEgor
Copy link

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.

@gleb-sevruk
Copy link
Owner

Hello, thanks for info. I will soon test this scenario.

Few side questions:

  1. com.intellij.python.pro is only for paid version (non-community)?
  2. Is there backward compatibility with 2023.3 versions?

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)?

@EliseevEgor
Copy link
Author

Hello!

  1. Yes, it's true.
  2. For versions < 2024.2 everything works like it worked before. Dependency on Pythonid will work. But starting from version 2024.2 it will be necessary to have a dependency on both plugins.

Previous versions of your plugin will be compatible with versions < 2024.2

@tauferp
Copy link

tauferp commented Sep 20, 2024

This would be a really nice update - is there anything that can be done to help with this?

@gleb-sevruk
Copy link
Owner

@tauferp
The update is in progress and working fine. Will post it to JetBrains today.

Meanwhile, I've made the repository public:

https://github.com/gleb-sevruk/pycrunch-intelij-plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants