Customizing the rendering of matching brackets
See original GitHub issue- VSCode Version: 1.8.1
- OS Version: Windows 10
Hi there
Is it possible to customize the cursor for the matching brackets/parentheses ? e.g. change to underline
instead of block
it looks unclear sometime
Thanks all
Issue Analytics
- State:
- Created 7 years ago
- Reactions:114
- Comments:32 (1 by maintainers)
Top Results From Across the Web
Bracket pair colorization 10000x faster - Visual Studio Code
Bracket pair colorization is all about quickly determining all brackets and their (absolute) nesting level in the viewport. The viewport can be ...
Read more >VS Code Colored Bracket Pair Guides - Neutron Dev
Learn how to enable and customize the colors of VS Code bracket pairs guides - those vertical lines that outline the blocks of...
Read more >VS Code: You don't need that extension part 2 - Rob O'Leary
Styling of matching brackets pairs can help with identification of scope in your code. In particular, it is very popular for people to...
Read more >47 How do I make brackets around an expression bigger?
Luckily, it is very easy to make your brackets match the size of whatever they are trying to contain. ... Bracket, LaTeX Markup,...
Read more >How to disable angle bracket highlighting in Visual Studio ...
You can use the following: // Highlight matching brackets when one of them is selected. "editor.matchBrackets ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Making the brackets bold would be good too.
Hello! Make more user-settings about brackets and cursor, for example:
editor.bracketMatchingStyle: rectangle|block|underline editor.bracketMatchingColor: #rgb editor.cursorColor: #rgb
I found some .css about brackets in source, and I hope it is not difficult make brackets more customizable.