Can PyCharm list all of Python errors in a project?

后端 未结 3 1386
北海茫月
北海茫月 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:19

    In Pycharm 2.6.3:
    Code -> Inspect Code

    0 讨论(0)
  • 2021-02-02 05:22

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

    0 讨论(0)
  • 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).

    0 讨论(0)
提交回复
热议问题