Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 860
Marcos Saito Avatar asked Nov 13 '22 15:11

Marcos Saito


1 Answers

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...

like image 148
Fabio Zadrozny Avatar answered Dec 18 '22 08:12

Fabio Zadrozny