Is there an option to list all current PyLint errors I have in my project, with sublime, using the Pylinter plugin or otherwise?
Here is an example, of similar functionality, in eclipse:
There's a anaconda_linter_show_errors_on_save
option in the Anaconda plugin for Sublime Text 3 which shows the error/warning list upon saving.
The same window can be opened opening the command search window and searching for "Anaconda: Show error list".
There's also a Flake8Lint plugin for both Sublime Text 2/3, which is able to display the error list on file saving:
// popup a dialog of detected conditions?
"popup": true,
But there's no menu option in Flake8Lint to display the errors on a command - it is able to display errors on file saving for now.