问题
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.
回答1:
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...
来源:https://stackoverflow.com/questions/7770760/pydev-syntax-highlighting-python-builtins