You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Predelnik
Posted - Jul 11 2014 : 09:11:44 AM Commenting/uncommenting functionality could be very useful, one of the uses is to comment/uncomment function argument names. (to avoid warning about unused arguments)
Thing is to uncomment already commented out argument you have to carefully select it with '/*' '*/' on it's sides which is not much better than to remove them manually. I think it would be better if in case when something is selected exaclty between '/*' and '*/' but they are not selected (such selection could easily be done with double mouse click), uncommenting would still be performed.
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jul 11 2014 : 9:27:02 PM We are considering implementing an easy way to expand selection. It would be a great use-case for it, if the selection could be expanded to include them:
So you could either uncomment or delete the comment.