I have a situation where I have:
@return hello world.
@return goodbye world.
and I’d like to find and replace so these become:
@return Hello world.
@return Goodbye world.
Is this possible with Visual Studio 2008?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think it’s probably easiest just to create a small console application that takes in the whatever.c file and does it for you. I don’t think the Find & Replace has this kind of functionality.