在其他任何IDE中使用函数时,是否可以看到IDLE中弹出的函数描述windows?

Is it possible to see the function description windows that pop up in IDLE when you use a function in any other IDEs?

我真的不知道该如何表达。当您在 IDLE 中使用函数和左括号时,会弹出一个黄色 window 并包含函数文档。例如,如果您在 IDLE 中键入 int( 并等待,window 将显示“() int(x = 0) -> int or long”,这是函数描述。是否有其他支持此功能的 IDE ?

尝试使用 pycharm 或 visual studio 社区版。