-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
No annotations at all in PyCharm #506
Comments
Since version 2024.2.3 in Pycharm the popup with rule code is shown but it's still not the case in PycharmPro 2024.2.3 |
I realize now that I was in fact not using PyCharm professional, but only the "Community Edition". Also, the issue has resolved itself, without even updating PyCharm. I had already restarted PyCharm several times before submitting the issue, but when starting up PyCharm to check for updates, I was warned about the IDE requiring a restart. After the restart I browsed the PyCharm settings a bit to see if anything was wrong, but did not change anything (as far as I know), yet the plugin then suddenly appeared to be working. I will investigate more. |
I did the following:
This is all with PyCharm (CE) 2024.2.1. I think I may have been doing something wrong before, but the issue appears to have resolved itself. |
Thanks @siouxmathware for the answer. I uninstall the plugin then re-install it, relaunch and still face the issue with PycharmPro (PyCharm 2024.2.3 (Professional Edition)) idk.... |
I removed the installation of the plugin LSP4IJ also remove the configuration in Ruff and then it works like a charm in I mean in PyCharm Pro 2024.2.3 (Professional Edition). I might think that this thread can be closed ?!! |
I can also confirm that it works in PyCharm Pro 2024.2.3. Actually worked without issue the first time I installed Pro after removing CE. Not sure if removing CE was necessary, but at first it would not install Pro. |
Describe the bug
After installing the plugin, I do not see it annotate any warnings or errors at all. With
ruff check
in the command-line, I do see there are several issues in the code, but these are not picked up by the plugin.To Reproduce
Steps to reproduce the behavior:
Create a file
ruff_failure.py
with the contentsObserve no Ruff issues in PyCharm.
Run
ruff check ruff_failure.py
Observe there is in fact an issue with the code.
Expected behavior
I expect the PyCharm plugin to also warn or error on the E702 violation.
Screenshots
not necessary
Environments (please complete the following information):
Additional context
Thanks for the plugin, hope this can be easily resolved so we can roll it out in our organisation.
The text was updated successfully, but these errors were encountered: