Hi.
Is it possible?
Also want to ask, why HTML tags cannot be folded with hotkey (Ctrl+K, Ctrl+1), but folded with menu Edit - Code Folding - Fold All. With JSON this hotkey works fine. Any ideas?
Hi.
Is it possible?
Also want to ask, why HTML tags cannot be folded with hotkey (Ctrl+K, Ctrl+1), but folded with menu Edit - Code Folding - Fold All. With JSON this hotkey works fine. Any ideas?
ctrl+k, ctrl+1 should not be affected by syntax at all. You need to remember that these bindings (fold by level) do not fold where your cursor is currently in, or more specifically where you have a (empty) selection.
If that’s not it, I’d need example snippets.