-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Currently if you use the change comment
command it will replace the entire comment including the prefix, so for example # foo
in python becomes ``. This is more consistent with what should be expected of chuck
, whereas `change` should leave the `# ` (although I suppose keeping the space after the comment delimiter is debatable).
I also think it's worth adding inside comment
support such that given some comments like:
# A: foo
# B: bar
You could issue a command bring fin inside comment bat
and you would end up with:
# A: foo
# foo
The above already works for other target scopes like inside class
.
Metadata
Metadata
Assignees
Labels
No labels