Click here to Skip to main content
15,896,606 members
Articles / IDE

VS2010 Box Selection with Copy and Paste

Rate me:
Please Sign up or sign in to vote.
4.29/5 (6 votes)
17 May 2010CPOL 7.3K   1  
A Cooler one for me is the multi-lines simultaneous typingwith which you can accomplish the above task in the following fewer steps1- In the method where you wish to build the list, paste the list of names2- Because compiler will not understand these lines, it will not be correctly...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
24 Jun 2023Vadim Loboda
This is an alternative for "VS2010 Box Selection with Copy and Paste"
Please Sign up or sign in to vote.
17 May 2010TheyCallMeMrJames 2 alternatives  
With the new box selection model in Visual Studio 2010 you can do some crazy new things, the coolest for me being the copy and paste support from and to selections.As a simple example, let's assume you have a text document with a list of 20 names that you want added to a...

License

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


Written By
Microsoft
Egypt Egypt
15+ years of experience in software industry
Writing .NET, Angular, Xamarin, SQL

Comments and Discussions