Sublime Forum

Collapse all at once

#1

Good, I would like to know if there is any way or keyboard shortcut so that all contractions become the code at once.
I mean contraction you can do by left clicking on the triangle that appears to the left, move the cursor to the numbering of the lines, namely whether there is a combination, manner and way so that all become at once to further whet the ones I want.
Thanks for all in advance.
Greetings to all.

Buenas, querría saber si existe alguna manera o metodo abreviado de teclado para que se hagan todas las contracciones en el código de golpe.
Me refiero a la contracción que puedes hacer haciendo click izquierdo en el triangulito que aparece a la izquierda, al situar el cursor sobre la numeración de las líneas, concretamente saber si hay una combinación, manera o modo para que se hagan todas de una sola vez para posteriormente ir abriendo las que yo quiera.
Gracias por todo de antemano.
Un saludo a todos.

0 Likes

#2

{ "keys": "ctrl+shift+"], "command": "fold" }, { "keys": "ctrl+shift+]"], "command": "unfold" }, { "keys": "ctrl+k", "ctrl+1"], "command": "fold_by_level", "args": {"level": 1} }, { "keys": "ctrl+k", "ctrl+2"], "command": "fold_by_level", "args": {"level": 2} }, { "keys": "ctrl+k", "ctrl+3"], "command": "fold_by_level", "args": {"level": 3} }, { "keys": "ctrl+k", "ctrl+4"], "command": "fold_by_level", "args": {"level": 4} }, { "keys": "ctrl+k", "ctrl+5"], "command": "fold_by_level", "args": {"level": 5} }, { "keys": "ctrl+k", "ctrl+6"], "command": "fold_by_level", "args": {"level": 6} }, { "keys": "ctrl+k", "ctrl+7"], "command": "fold_by_level", "args": {"level": 7} }, { "keys": "ctrl+k", "ctrl+8"], "command": "fold_by_level", "args": {"level": 8} }, { "keys": "ctrl+k", "ctrl+9"], "command": "fold_by_level", "args": {"level": 9} }, { "keys": "ctrl+k", "ctrl+0"], "command": "unfold_all" }, { "keys": "ctrl+k", "ctrl+j"], "command": "unfold_all" }, { "keys": "ctrl+k", "ctrl+t"], "command": "fold_tag_attributes" },

0 Likes

#3

[quote=“FichteFoll”] { "keys": "ctrl+shift+"], "command": "fold" }, { "keys": "ctrl+shift+]"], "command": "unfold" }, { "keys": "ctrl+k", "ctrl+1"], "command": "fold_by_level", "args": {"level": 1} }, { "keys": "ctrl+k", "ctrl+2"], "command": "fold_by_level", "args": {"level": 2} }, { "keys": "ctrl+k", "ctrl+3"], "command": "fold_by_level", "args": {"level": 3} }, { "keys": "ctrl+k", "ctrl+4"], "command": "fold_by_level", "args": {"level": 4} }, { "keys": "ctrl+k", "ctrl+5"], "command": "fold_by_level", "args": {"level": 5} }, { "keys": "ctrl+k", "ctrl+6"], "command": "fold_by_level", "args": {"level": 6} }, { "keys": "ctrl+k", "ctrl+7"], "command": "fold_by_level", "args": {"level": 7} }, { "keys": "ctrl+k", "ctrl+8"], "command": "fold_by_level", "args": {"level": 8} }, { "keys": "ctrl+k", "ctrl+9"], "command": "fold_by_level", "args": {"level": 9} }, { "keys": "ctrl+k", "ctrl+0"], "command": "unfold_all" }, { "keys": "ctrl+k", "ctrl+j"], "command": "unfold_all" }, { "keys": "ctrl+k", "ctrl+t"], "command": "fold_tag_attributes" },[/quote]

A lot of thanks for this answer, it just what I need… thank you

0 Likes