-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 in regexes #134560
Comments
This would be very useful for long/complicated/nested regex's. I would assume it would ignore literal brackets like \(, \[, etc. |
/assign @hediet |
This makes it much more complex and unfeasable for the existing bracket pair detection infrastructure. I think this feature is best implemented by an extension. Regular expressions are usually very short. |
Huh I thought that would make it easer as you would have logical pairs that are guaranteed to have a closing bracket right? |
What about |
That clears up the confusion |
From time to time I see bracket pairs in regexes get highlighted.
Probably, this is a manifestation of #132249, but it looks super useful as it improves the readability of long regexes a lot. Please consider turning this into a feature.
Version: 1.60.2 (user setup)
Commit: 7f6ab54
Date: 2021-09-22T12:00:31.514Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
The text was updated successfully, but these errors were encountered: