TheMic58
TheMic58

Reputation: 13

BracketHighlighter in vs code

I know vs code can highlight brackets when the cursor next to it but that's not what I'm looking for. I want it to auto detect the scope like sublime does. The cursor can be anywhere inside of the brackets and it detects which scope it's in. Does anybody know how to do this? Thanks.(There's an image I attached here) Image example

Upvotes: 1

Views: 2432

Answers (2)

farki
farki

Reputation: 21

I found something that might be what you are looking for, it is similar to BracketHighlighter in Sublime Text 3.

Search for 'VSCode Highlight Matching Tag' in the Extensions(Ctrl/Cmd + Shift + X) inside VS Code.

Hope it helps.

https://github.com/vincaslt/vscode-highlight-matching-tag

Upvotes: 1

Mark
Mark

Reputation: 182781

I don't see anything like you want. But the expand-region extension is pretty slick and will hot-key to ever expanding scopes.

Upvotes: 2

Related Questions