bracket-lens-vscode icon indicating copy to clipboard operation
bracket-lens-vscode copied to clipboard

Show bracket head on closing bracket for VS Code.

Results 17 bracket-lens-vscode issues
Sort by recently updated
recently updated
newest added

maybe it could be benefit from this https://github.com/microsoft/vscode/pull/129231 I am not a vscode ext dev but seems that that will be boost the speed

The markers are not correct for (lines can broken if they are long and "clang-format" is used): ```c++ if (c1) { for (a : b) { if (c2) { }...

This extension would be really useful for the above languages. I wasn't able to figure out if this was possible with `languageConfiguration` as there is no documentation for it

## Problem When there are single lined `do...end` block inside Elixir code, bracket-lens cannot parse brackets correctly. ## Examples In the valid Elixir code below, brackets aren't correctly detected: ![image](https://user-images.githubusercontent.com/11530165/97729005-8e43c000-1b15-11eb-8fc6-cd0def399492.png)...

Really nice extension, thanks for the great work! When first installing the extension the annotations were a bit of a distraction. My solution to this was to make their appearance...

Just to inform: The default setting for open/close graves, grave is a multiline marker in PowerShell Visual Code. There is no closing marker, and so I think the tool is...