vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Colorize angled brackets in generic contexts

Open just-ero opened this issue 6 months ago • 1 comments

Description

VSCode added native colored brackets in 2021. Today, angled brackets (< and >) are not part of the default coloring of brackets. This is due to frequent incorrect coloring from angled bracket usage which does not happen in pairs, for example because of the >, <, >=, and <= operators, as well as => expressions.

That means this feature must be configured on a per-extension-basis. Visual Studio is already capable of this feature:
colored-angled-brackets-vs

I would love to see this happen in VSCode as well.

just-ero avatar Apr 27 '25 08:04 just-ero