Skip to content

"fold_partial_line_comments": false #8

Description

@SusanthCom

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 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions