无论如何在 Python CANOPY 中看到内联错误?
Is anyway to see inline errors in Python CANOPY?
如您所知,在 MATLAB editor
我们有一个显示内联错误的功能:
是否要在 Python CANOPY
中显示内联消息?很难 运行 代码并检查 Canopy's interactive data-analysis environment
以找到代码中的基本错误。 CANOPY editor
只显示错误位置,不显示任何信息
来自用户指南:http://docs.enthought.com/canopy/quick-start/code_editor.html#syntax-checking-with-pyflakes
A small ! icon in the status bar shows you the total number of errors and warnings in the current file. If you click this icon, then you will toggle the error description at the right of each affected line.
如您所知,在 MATLAB editor
我们有一个显示内联错误的功能:
是否要在 Python CANOPY
中显示内联消息?很难 运行 代码并检查 Canopy's interactive data-analysis environment
以找到代码中的基本错误。 CANOPY editor
只显示错误位置,不显示任何信息
来自用户指南:http://docs.enthought.com/canopy/quick-start/code_editor.html#syntax-checking-with-pyflakes
A small ! icon in the status bar shows you the total number of errors and warnings in the current file. If you click this icon, then you will toggle the error description at the right of each affected line.