ezio1996

Results 2 comments of ezio1996

> `bracketLens.minBracketScopeLines`'s default value is 5. Decrease this setting value. And run `Bracket Lens: Update Brackets` command or set `bracketlens.mode` setting item to `auto`. thanks so much ,it works!

by the way,how can i configure this situation: class tb_adder8; function new(string name = "tb_adder8"); $display("kkk"); endfunction endclass i have config "word": [ { "opening": "begin", "closing": "end", "headerMode": "smart",...