Syntax highlighting
Apr. 25th, 2007 12:50 pmHow much syntax highlighting do you generally get when you edit code? Any?
Does it call out different variable types?
Can you easily configure it dynamically to eg. highlight different ifdef branches or variables with certain prefixes?
Should it be able to?
Does it call out different variable types?
Can you easily configure it dynamically to eg. highlight different ifdef branches or variables with certain prefixes?
Should it be able to?
no subject
Date: 2007-04-25 12:13 pm (UTC)When I did lots of python work, well, it's dynamically typed, so no type highlighting there.
I'm not convinced that type highlighting is universally useful, given dynamic typing, type heirarchies etc.