I used the macro mentioned in this question to comment a text selection in the CSS editor in VS 2008. I am looking for another macro which uncomments comments.
Share
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.
Just write a similar module/method, I think that should work, I haven’t tried, but this is what I think.
Please consider this as addition to the post that you have linked, you can look for the other details from that post.
Note: this works if you have no nested * in between /* */
Otherwise you have to make necessary improvements/changes