pydev 语法高亮显示 python 内置函数
有没有办法让 Eclipse/PyDev 突出显示 Python 内置函数?
例如,Python IDLE 会突出显示 int()
或 list()
,但 PyDev 不会突出显示。
我正在使用 Eclipse 3.7.1 和 PyDev 2.2.3。
Is there any way to make Eclipse/PyDev highlight the Python built-in functions?
For example, the Python IDLE highlights int()
or list()
but PyDev doesn't.
I'm using Eclipse 3.7.1 and PyDev 2.2.3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前,这在 PyDev 中实际上是不可能的。请输入相应的功能请求。请参阅:http://pydev.org/about.html 了解有关在何处报告的详细信息...
Currently that's not really possible in PyDev. Please enter a feature request for that. See: http://pydev.org/about.html for details on where to report it...