leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
345 stars 16 forks source link

Tutorial - Blockman - How to show only focused block #97

Closed leodevbro closed 1 year ago

leodevbro commented 1 year ago

[UPDATE] Please see new post here: https://github.com/leodevbro/vscode-blockman/discussions/111






[ORIGINAL - OUTDATED !!!] With Blockman, how to show only focused block:

In VS Code settings, search: blockman n33 a01 b1 and type: 10,0,0,1; rgb(0 0 0 / 0)

then, search: blockman n33 a01 b2 and type the same: 10,0,0,1; rgb(0 0 0 / 0)

image

leodevbro commented 1 year ago

[UPDATE] Please see new post here: https://github.com/leodevbro/vscode-blockman/discussions/111






[ORIGINAL - OUTDATED !!!] So, if you display only focused block, then I guess you will want to enable native indent guides (horizontal lines) of VS Code. Blockman will automatically disable them on every restart of VS Code, so in order to prevent that, run the special command:

Press F1 and find:

>Blockman Toggle Disable/Enable Automatic Showing/Hiding Indent Guides

Run it. Done.