How can I select text inside Brackets or Parentheses in Visual Studio?
Posted
by ksharp
on Stack Overflow
See other posts from Stack Overflow
or by ksharp
Published on 2010-05-31T02:40:36Z
Indexed on
2010/05/31
2:42 UTC
Read the original article
Hit count: 226
visual-studio
If I do something over and over again, I'm not happy. So I find ways to handle it.
I'm using Visual Studio Express a lot. I try my best to use shortcut key.
How can I select text inside Brackets or Parentheses in Visual Studio?
In vim. Just type vi} or vi). You also can delete text using di} or di).
Can I do this in Visual Studio?
© Stack Overflow or respective owner