Reputation: 540
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.
Upvotes: 5
Views: 946
Reputation: 25332
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...
Upvotes: 1