Feature Request
slight change to current option
"fold_single_line_comments": true
This must act only on lines that act on one complete line.
--- Example ---
#This is a single line comment
# This is ALSO a single line comment ( whitespace prefix )
new option
"fold_partial_line_comments": true
This must act only on lines that act only on parts of line
--- Example ---
if rainy # This is a partial line comment
useUmberlla() # This is a another partial line comment
Thanks for current implementation 👍
Thanks in advance for new 😉
Feature Request
slight change to current option
new option
Thanks for current implementation 👍
Thanks in advance for new 😉