Does Visual Studio (any version) offer the ability to select text in either a block or select several snippets at once, to either change or delete? To be clear I'm referring to the actual text-editor interface.
Asked
Active
Viewed 3,038 times
5
-
See my other answer for simultaneous multi-edits: http://stackoverflow.com/a/19532887/244353 – Mrchief Oct 23 '13 at 04:38
2 Answers
6
you can certainly do block selection by hold down the Alt key while doing a selection

Robert Levy
- 28,747
- 6
- 62
- 94
-
I *think* the OP is asking for multiple selections (e.g., multiple blocks or multiple "normal" selections). But I might be wrong. – Mark Wilkins Jan 06 '11 at 20:44
-
1@Mark I was asking about both, actually. BTW...what is an OP? Hopefully not an insult. – Doug Chamberlain Jan 06 '11 at 21:26
-
Block selection exists in VS2010. http://scottcate.com/tricks/503/ For more advanced scenarios (making changes to multiple independent selections) check out VsVim or ViEmu – Omer Raviv Jan 07 '11 at 11:09
-
@Doug, As Robert pointed out, I meant it as "original poster". I think have seen it used to mean "original post". And I puzzled over that acronym for a while too. – Mark Wilkins Jan 07 '11 at 12:56