I'm starting to use Sublime Text 2
in favor of Eclipse for developing Python code.
In all I'm liking the change, but one of the things I miss from Eclipse is a convenient "problems" window that shows a summary of all errors and warnings from files in the project. While sublimelinter
helps, it only works for files that you have open and are editing. It will place a box clearly around the error as you type it, but what if there are other problems in other files that you haven't seen yet? (ie, might have been committed by a coworker, etc)
Does there exist something in Sublime Text 2 that will show a summary of linting output?