This extension miminc the folding experiance but for inline code folding. It also expand/unfold the code when clicking or selecting the code block. Useful when you work on utility classes in a framework like tailwind css, this would allow to see the code in cleaner view. It can be configured to select what part of the line code that should be folded.
inlineFold.regex
regex to match the code lineinlineFold.regexFlags
regex flagsinlineFold.regexGroup
regex group that match the code that should be foldedinlineFold.unfoldedOpacity
opacity of the unfolded code when is clicked by mouse or being selectedinlineFold.maskChar
text/character to mask the code when it is foldedinlineFold.maskColor
color of the mask characterinlineFold.after
an optional text/character to append to the end of folded code
- Use settings UI to configure the extension.
- No registered commands yet.
- I would love to hear some suggesions :)