in vscode (ide)
how to click this icon, without mouse.
so closed become like this:
and opened like this:
CodePudding user response:
documentation say:
the documentation suggests using these shortcuts, so try to use them too...
shortcut | what it does? |
---|---|
CTRL SHIFT [ | close |
CTRL SHIFT ] | open |
the shortcut you are asking for is called fold
/collapse
but in my case seems different,
so if don't work also for you see the next part below.
what worked for me
open the vscode search bar by using CTRL P
write
>shortcut
- now it will open a table, search
fold
now you will see in the command column of the table
editor.unfold
editor.fold
use that shortcut you see in the second column, or change it to the more comfortable one