SublimeLinter / SublimeLinter-flake8

SublimeLinter plugin for python, using flake8.
MIT License
184 stars 28 forks source link

How to list all PEP 8 violations in a Python file? #99

Closed pllim closed 6 years ago

pllim commented 6 years ago

In Emacs, there is a way to open up another buffer window and see a full list of PEP 8 violations without having to scroll through and mouse over each one, which is useful in a long file. I am wondering if there is such a feature here, and if so, how to use it. Thank you!

kaste commented 6 years ago

That's 'Show all errors' from the Command Palette or 'ctrl-k-a' for SublimeLinter.

pllim commented 6 years ago

Just what I was looking for. Thank you!