Sublime-BracketGuard
Sublime-BracketGuard copied to clipboard
A Sublime Text 2/3 Plugin which immediately highlights incorrect brackets.
I'm not seeing any effect of the plugin on ".bs" files (see https://github.com/tabatkins/bikeshed). Note: it contains both markdown-like brackets, and HTML-like brackets. Unmatched brackets are not highlighted, even upon saving...
- Autoformatted the code using 'black' autoformatter - Removed the test shortcut, t.i. the tests are now running through the debouncer - Ignore scratch, read-only views, and widgets. That is...
For very large files there is a little bit of slowdown in the action of checking brackets. Would it not be possible to set a user-configurable limit to the scope...
Would be nice if BracketGuard didn't report an error when writing a smiley `:)`– I guess it's not used very often, but it would be a nice for syntax definitions...
(Hi Philip!} I installed the BracketGuard which I am very excited to use to help me stop miscompleting my brackets! However, nothing seems to happen after it's installed. I restarted...
I'm working on a 700 line file and this plugin sadly slows input down horrendously. You have to do some timeouting and not check the brackets for each notification. I...
Hi, @philippotto You plugin is awesome and I think it will be more awesome if it has a feature that allow user go to invalid closer bracket. If you currently...
Hi @philippotto, Checking invalid bracket is unnecessary on many types of document. So I think the plugin should have only-file pattern option, which allow user identify which types of document...