I installed the plug-in the Filter Lines (OS Windows), but I can not tell if the shortcut for possible Edit> Code Folding> Fold With Stringbecause I can not find a combination of the default shortcuts ctrl+k ctrl+sin Key Bindings - Default?
Edit
Code Folding
Fold With String
ctrl+k
ctrl+s
Key Bindings - Default
If this is not possible, can someone then refer to another filter plugin that (ideally) filters the text in real time, so I can edit all the lines in one go?
I need keyboard shortcuts for lines of code addition:
, , . FoldToLinesCommand, fold_to_lines.
FoldToLinesCommand
fold_to_lines
- Sublime
sublime.log_commands(True)
. , . , , .
, Sublime . , , , .
ctrl shift [ . , ctrl shift ] .
Sublime, fold unfold, .
fold
unfold
{ "keys": ["ctrl+shift+["], "command": "fold" }, { "keys": ["ctrl+shift+]"], "command": "unfold" },
, .