-
Notifications
You must be signed in to change notification settings - Fork 22
Folding multiline comment #22
Comments
I noticed my comments have the star preceding the in-between lines like ' * additional lines in between'. I'm going to look into this. |
Gday mate, PS. If you look at styleguides from the likes of Google or Amazon, you will see their multiline comments often look like:
They will line up nicely then, and also automation will pick them up better as a bonus 😇 |
BTW You can edit ahk.configuration.json to include this: "folding": {
"markers": {
"start": "^\\s*\\;\\s*region\\b",
"end": "^\\s*\\;\\s*endregion\\b"
}
} cheers! |
How to adding function to fold comment like this in .ahk
/*
comment 1
comment 2
...
*/
The text was updated successfully, but these errors were encountered: