Can PyCharm list all of Python errors in a project? Can PyCharm list all of Python errors in a project? python python

Can PyCharm list all of Python errors in a project?


You can call Code|Inspect Code (formerly Analyze|Inspect Code, thanks to @CrackerJack9) to get all errors and warnings and ways to fix them.In result panel you can choose to see only errors (red/yellow button at the left side).


Yes, run Analyze|Inspect Code and specify Whole project as the scope of analysis.