Multiline Find & Replace in Visual Studio

Posted by hawbsl on Stack Overflow See other posts from Stack Overflow or by hawbsl
Published on 2010-02-16T14:10:13Z Indexed on 2010/06/08 10:52 UTC
Read the original article Hit count: 227

Can it be done? We're using either VS2005 or VS2008.

I don't mean regular expressions - which have their place - but plain old text find & replace. I know we can do it (at a pinch) with regular expressions using the \n tag but prefer not to get tangled up in regex escapes characters, plus there's a readability issue.

If it can't be done what plain and simple (free) alternative are people using? That doesn't involve knocking up our own macro.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about ide