How can I select text inside Brackets or Parentheses in Visual Studio?
- by ksharp
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?