Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想强制 Eclipse 在弹出窗口中显示 Python 的帮助输出而不是整个函数,即给出:
def myFunc(arg): '''Function description''' return 1
我希望代码辅助弹出窗口只包含“功能描述”而不是“返回 1”
尝试勾选“显示文档字符串?” 在“窗口->首选项-> Pydev->编辑器->悬停”中。