-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Can I customize the display order of Linting #159247
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
Comments
This is possibly a feature request on VS Code core. Python extension does not control the order of items here. Since this view can be filled in from multiple sources not just the python extension. |
Duplicate of #73120 |
@karthiknadig IMHO the Python hover shown here is too long and is not helpful. I believe the root cause of this issue is not the UX of hovers, but that Python decides to show snippets from the Python language specification in the hover. IMHO we could provide a much better user experience here by focusing on the hover contents and presenting something useful to users. |
It seems this is the behaviour when using Jedi. Pylance shows only the warning: @ydmykr would you mind opening this issue on https://github.com/pappasam/jedi-language-server, as it looks like that's where this behaviour is coming from? |
@luabud Thank you for figuring that out! I've created pappasam/jedi-language-server#227 for the jedi language server. |
Given we could fix this in the extension by removing the specification from the keyword hover, let's optimistically close this. |
Uh oh!
There was an error while loading. Please reload this page.
I'm using linting on vscode. I install the python mypy.
Now, if I meet an error on the definition, I'll get the following result :
Is there any way to get the second then the first.
The text was updated successfully, but these errors were encountered: