You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using amp for coding, one common operation is to comment (or uncomment) a selection of lines.
while amp's V mode lets the user select multiple lines, this can be used now to (un)indent those lines (#99), tho this mode appears to not yet facilitate operations like (uncommenting) or inserting/deleting texts at multiple lines at a time.
it would be nice if amp supported such an option as well.
The text was updated successfully, but these errors were encountered:
@KiaraGrouwstra since 0.7.0 you can comment multiple lines. Just select the lines and use the command buffer::toggle_line_comment that is assigned to [
KiaraGrouwstra
changed the title
facilitate commenting multiple lines
documentation: commenting multiple lines
Feb 4, 2024
using
amp
for coding, one common operation is to comment (or uncomment) a selection of lines.while amp's
V
mode lets the user select multiple lines, this can be used now to (un)indent those lines (#99), tho this mode appears to not yet facilitate operations like (uncommenting) or inserting/deleting texts at multiple lines at a time.it would be nice if amp supported such an option as well.
The text was updated successfully, but these errors were encountered: