Srinath Balaraman
-
187 votesplanned ·
AdminBrandon DuRette
(Admin, Code Collaborator)
responded
There are underlying technical reasons why this is tricky, so our standard answer is to just comment at the top of the block of code you are commenting on and preface with an indicator of the block that you are discussing. For example:
“This method could be…”
or
“This loop would be better if…”However, if there is overwhelming desire for this feature, it is something that we would consider adding.
Srinath Balaraman
gave this 3 votes
·
For us, the standard multi-selection options are highly desirable. As mentioned by aleppke the standard click and drag, ctrl+click, shift+click is what we would like to see. We often times have similar comments for more than one line of code (which may not be a in the same block). For that ctrl+click is highly desirable.