I am using python 2.7 in a virtual environment and PyCharm 2.7 (new build since February 2013).
Whenever I open a python file in it that has unambiguous errors (the equivalent of compiling errors in other languages, for example, using undeclared variables, calling non-existent functions), it shows red bars in the file chute.
So, I detect errors randomly when I managed to go to the file that contains them. I would really like you to be able to list all python errors in a separate window. Visual Studio 2005/2008/2010 / ... IDE has a separate view, Errors, which lists all of them with file names and line numbers, and allows me to click on any of these errors and go directly to the source.
Does PyCharm have something like this?
Hamish Grubijan Feb 15 '13 at 19:44 2013-02-15 19:44
source share