How to select text between parenthesis
I need to cut a a text between parenthesis which spans many pages. Is there an easy way to select all text between two parens? Also what's the keyboard shortcuts to jump between
the parens?
Abdu
Please sign in to leave a comment.
Ctrl} jumps to the matching brace, CtrlShif+} selects the code within
braces including them.
Otherwise, you may press Ctrl+W several times until it selects code with
braces, then if you failed to stop at previous step, use CtrlShiftW to
step back.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sergey V. Coox (JetBrains) wrote:
Is this feature Ctrl+{ avilable only in R# 3.x ?
--
Peter Sulek
terrorix@centrum.sk
XanaNews ver. 1.18.1.6
Hello Peter,
It's VS feature, actually :) But in VS2005 it is a bit broken, so we fixed
it in ReSharper 3.0.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
PS> Sergey V. Coox (JetBrains) wrote:
PS>
>> Ctrl} jumps to the matching brace, CtrlShif+} selects the code
>> within braces including them. Otherwise, you may press Ctrl+W
>> several times until it selects code with braces, then if you failed
>> to stop at previous step, use CtrlShiftW to step back.
>>
PS> Is this feature Ctrl+{ avilable only in R# 3.x ?
PS>
These options including Ctrl-W do not work for me. They don't do anything. I am using R# 3.0 448
Dead strange. Could you check to which command the shortcuts are mapped?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"