Releases: se-dev-pion/code-block-folder
Releases · se-dev-pion/code-block-folder
v0.1.0
v0.0.5
v0.0.4
- #9 : now the color highlighting will be active when opening a text document.
- #8: add a 50ms debounce to the updating of color highlighting.
- #5: enable
CTRL
+ALT
+F
without a text selection. - #1: now only highlight titles of effective foldable blocks.
- #5: now the command will add the end tag in a new line when the last line of the text selection endswith an existing foldable block end tag.
- #2: now highlighting use the foreground color of the active theme as the background color and the background color of the active theme as the text color.
v0.0.3
- Enable code folding through specified markers in comments.
- Highlight folding range titles.
- Enable changing a selected region to foldable range through keyboard-shortcut
CRTL
+ALT
+F
or context-menu-optionEnable Code Block Folding
. - Enable adding folding markers through
region-start
,region-end
,region-block
snippets.