Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight the inner scope and braces when selecting its open brace #1343

Open
evandrocoan opened this issue Sep 1, 2016 · 0 comments
Open

Comments

@evandrocoan
Copy link

evandrocoan commented Sep 1, 2016

Highlight the inner scope and braces when selecting its open brace

Highlight the inner scope and braces when selecting its open brace is useful to a better coding insight when browsing it, to find and understand the code scopes and closing braces.

Now it only highlight the braces body when the cursor is literally inside it:

image

Not when it is touching the open or closing brace:

image

Currently

The here the Notepad++ currently implement this feature. It is highlighting the inner scope and braces when selecting its open brace.

image

Note here on Notepad++ indentation scope (behind the brace) being highlighted when the cursor/caret is inside it also.

image


Note: Both Sublime Text and Notepad++ images themes are similar because I implemented the Notepad++ coloring theme to Sublime Text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants