PyCharm 在 Eclipse 中像 PyDev 一样显示声明气泡
在 Eclipse/PyDev 中,当鼠标悬停或单击类或对象时,会出现一个气泡,其中显示简短的声明代码。 PyCharm 可以做同样的事情吗?
In Eclipse/PyDev, when mouse over or click on a class or an object, there will be a bubble with brief declaration code displayed. Can PyCharm do the same?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PyCharm 无法在鼠标悬停时执行相同的操作,您需要按快速文档查找快捷键(在 Windows 上为 Ctrl+Q)。
请对相关功能请求进行投票。
另请参阅此处的类似问题。
PyCharm can't do the same on mouse hover, you need to press quick documentation lookup shortcut key (Ctrl+Q on Windows).
Please vote for the related feature request.
See also similar question here.