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

✨ Bracket pair colorization #39

Open
jenslys opened this issue Mar 25, 2022 · 2 comments
Open

✨ Bracket pair colorization #39

jenslys opened this issue Mar 25, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jenslys
Copy link

jenslys commented Mar 25, 2022

When dealing with deeply nested brackets in your code, it can be hard to figure out which brackets match and which do not. Bracket pair colorization fixes this by making pairs the same color to easily distinguish them.

Preview

Resources

https://code.visualstudio.com/blogs/2021/09/29/bracket-pair-colorization

@jenslys jenslys added the enhancement New feature or request label Mar 25, 2022
@austincondiff
Copy link
Collaborator

austincondiff commented Mar 25, 2022

I like how Xcode handles this with temporary highlights instead of persistent colors that add visual complexity to your editor. It may be considered distracting. We can provide an option, and if not we allow for development of extensions. My vote is to follow suit with Xcode and go with the temporary bracket pair highlights.

Screen.Recording.2022-03-25.at.10.16.49.AM.mov

This would require some functionality around editor highlighting because this kind of highlighting is used in document find/replace - CodeEditApp/CodeEditTextView#31.

@austincondiff austincondiff changed the title [FEAT] - Bracket pair colorization ✨ Bracket pair colorization Mar 31, 2022
@stale
Copy link

stale bot commented May 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added wontfix This will not be worked on and removed wontfix This will not be worked on labels May 30, 2022
@austincondiff austincondiff transferred this issue from CodeEditApp/CodeEdit Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Todo
Development

No branches or pull requests

2 participants