Can PyCharm list all of Python errors in a project?

后端 未结 3 1401
北海茫月
北海茫月 2021-02-02 04:33

I use python 2.7 in a virtual environment and PyCharm 2.7 (new build as of feb 07 2013).

Whenever I open a python file in it that has unambiguous errors (equivalent to c

3条回答
  •  灰色年华
    2021-02-02 05:33

    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).

提交回复
热议问题