Friday finking: IDE 'macro expansions'
Simon Ward
simon+python at bleah.co.uk
Fri Mar 17 09:38:34 EDT 2023
On Fri, Mar 17, 2023 at 02:05:50PM +0100, Roel Schroeven wrote:
>Even better than simply highlighting is (IMO) a thing called "Rainbow
>Braces" or "Bracket Pair Colorization" I recently learned about: both
>braces of a matching pair get the same color, while other pairs get
>other colors. I have to say I like it quite a lot. It's in VS Code
>these days; possible there are implementations or extensions for other
>editors and IDEs as well.
VS Code also supports ‘semantic highlighting’: Instead of simply
highlighting syntax, highlight the same identifiers in the same colours,
with the aim of helping you see them through the flow of the code.
Simon
--
A complex system that works is invariably found to have evolved from a
simple system that works.—John Gall
More information about the Python-list
mailing list