I met this problem after changing main IDE from PyCharm to VSCode.
On example, to see what’s wrong here, i have to hover on underlined "def":
https://i.stack.imgur.com/no6eP.png
When i do this, i see this:
https://i.stack.imgur.com/gRve5.png
..and i must scroll down a huge amount of text to see, what pycodestyle are telling (expected 2 blank lines): https://i.stack.imgur.com/7EJVm.png
(if i disable this https://i.stack.imgur.com/XpOjl.png, i would not see tooltips on hover at all: https://i.stack.imgur.com/NGpBS.png)
How can i see only pycodestyle tooltips, without this useless tons of default text? Or maybe i should use another linter?
2
Answers
somewhy, after disabling and enabling Python extension, linting in it and selecting pycodestyle as linter again, problem solved
you can see all pycodestyle warnings by another way, in warnings menu (Ctrl+Alt+M)