Marcos Saito
Marcos Saito

Reputation: 540

pydev syntax highlighting python builtins

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

Answers (1)

Fabio Zadrozny
Fabio Zadrozny

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

Related Questions