Skip to content

Releases: se-dev-pion/code-block-folder

v0.1.0

15 Dec 16:14
Compare
Choose a tag to compare
  1. #11 : Show line hints in hover message of the markers.
  2. #7 : Provide jumping link and folding button in hover messages.
  3. #14 : Support setting highlight colors.
  4. #16 : Remove the dependency of command editor.action.formatDocument.

v0.0.5

23 Nov 17:10
Compare
Choose a tag to compare
  1. An urgent fix of the serious prolems in v0.0.4.
  2. For details, check #12 & #4.

v0.0.4

23 Nov 06:53
Compare
Choose a tag to compare
  1. #9 : now the color highlighting will be active when opening a text document.
  2. #8: add a 50ms debounce to the updating of color highlighting.
  3. #5: enable CTRL+ALT+F without a text selection.
  4. #1: now only highlight titles of effective foldable blocks.
  5. #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.
  6. #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

11 Nov 02:53
Compare
Choose a tag to compare
  1. Enable code folding through specified markers in comments.
  2. Highlight folding range titles.
  3. Enable changing a selected region to foldable range through keyboard-shortcut CRTL+ALT+F or context-menu-option Enable Code Block Folding.
  4. Enable adding folding markers through region-start, region-end, region-block snippets.