is there any way how to replace block of text (multi-line) in VS2008(VS2005)? So far I know VS2008 supports only single line replacing.

Any tips welcome, cheers X.

EDIT: thanks for tips guys. I was rather looking for some simplier option: like select multiline text, click Ctrl+H, Ctrl+V (copy text from memory) and hit Replace All.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

CTRL+H -> Find Options -> Use Regular Expressions | WildCards. Then you can push on the right arrow next to the "Find What" and "Replace With" textboxes and see what you can use. Descriptions here.

link|improve this answer
I think this is the closest possible answer. However I was just looking for some option to use simply Ctrl+H for multilane selected text. Without any special setting.Thanks anyway. – Jaroslav Urban Jul 1 '09 at 10:28
feedback

Visual Studio 2005 (and maybe before) supports regular expressions, permitting the selection and replacement of multi-line text.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.