rubberduck-vba/Rubberduck

Add a comment to selected lines of code

Opened this issue · 2 comments

Justification
sometimes I have to replace several lines of code with new ones and I don't want to delete the pre-existing ones, so I make them become annotations by adding a ' at the beginning of the line.

Description
I want to select some lines of code and add a ' at the beginning

Additional context
could be added in Refactoring

That's already part of the VBA ide. View.Toolbar.edit.

Side note, "Comment/Uncomment Selected Lines" is definitely a planned editor feature in v3.0 ☺️