subtle-brackets
subtle-brackets copied to clipboard
Underlined matching brackets for VSCode
`"subtleB**ar**ckets.pairs" : [` ar -> ra
Would love to see an option akin to https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2 that colors the brackets differently.
- Issue Type: `Bug` - Extension Name: `subtle-brackets` - Extension Version: `3.0.0` - OS Version: `Windows_NT x64 10.0.18363` - VSCode version: `1.43.0` ```json { "messages": [], "activationTimes": { "codeLoadingTime": 73,...
"subtleBarckets.pairs" : [ { "open": "(", "close": ")", "parse": false }, { "open": "[", "close": "]" }, { "open": "{", "close": "}", "style": { "borderColor": "red" } } ] It...
As of v1.40, [VSCode now highlights the brackets of the currently selected scope](https://code.visualstudio.com/updates/v1_40#_improvements-to-bracket-matching). It would be nice to have this supported in Subtle Brackets.
VSCode: ``` Version: 1.39.2 Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390 Date: 2019-10-15T15:33:40.634Z Electron: 4.2.10 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Linux x64 5.3.0-pf5 ``` Log: ``` Error: Illegal value for `line` at t.ExtHostDocumentData._lineAt...
Hi, First of all I would like to congratulate you for the excellent work with the extension. Can you tell me why this extension no longer works with .vue files?...
[-]([url](url)) Issue Type: `Performance` - Extension Name: `subtle-brackets` - Extension Version: `3.0.0` - OS Version: `Darwin x64 18.2.0` - VSCode version: `1.32.2` :warning: Make sure to **attach** this file from...