Remark source code

  • Thread starter Thread starter engteng
  • Start date Start date
E

engteng

How do I remark/comment a paragraph of source code without of remark line by
line (') ?


Regards,
Tee ET
 
In Visual Studio? Just select the lines you want to comment out and
press the button 'Comment out the selected lines' on the Text Editor
toolbar. If that toolbar isn't visible, you can change that via the
View/Toolbars menu. You'll see that it also has a button to uncomment.
If you prefer shortcut keys: Ctrl+E followed by C (comment) and Ctrl+E
followed by U (uncomment).
 
Back
Top