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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top