-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pylint highlight on column and not range; no hover message - VSCode #5299
Comments
I've seen this too recently. Not sure the issue is Would be interesting to know the first affected version(s). Can't be too long ago, maybe @carlos-ventura If you are able, I would suggest testing an old VSCode version and raising the issue in their repo. |
This "might" be related: microsoft/vscode-python#17398 |
@cdce8p I tried reverting versions starting from the most recent and the version 1.61.2 worked and pylint works as intended. |
@carlos-ventura The hover message has been fixed in Just for reference, there are also open On a related note, |
Bug description
When enabling pylint on the VSCode editor:
1 - The highlight of an error is not the whole word but just a column (just the first letter, image for clarification)
2 - There is no hover option to show the error when the cursor is on the highlight "letter"
Images below for better explanation
As one can see there is only a small
~
below the the errors.When the mouse is put on this
~
no message appears for a description of the error.Configuration
No response
Command used
Pylint output
Expected behavior
It is expected that the whole word of the error would be highlighted and when the mouse would be put on the top of the error (hover) a pop-up message would appear explaining the error.
Pylint version
OS / Environment
Windows 10 Pro - 21H1
Additional dependencies
VSCode version - 1.62.2
The text was updated successfully, but these errors were encountered: