Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Visual-Studio

How to select a block of text in Visual Studio

5.00/5 (2 votes)
23 Jan 2011CPOL 14.4K  
How to select a block of text in Visual Studio
A very neat feature that I have found (experienced programmers know it already) is how to
select a block of source code:

Press Alt Key and select a block of code while pressing the click button.

Very useful in formatting code that you have copied from web and paste it in Visual Studio and has line numbers attached to it.

Hope this helps someone.

Cheers !

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)