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.
|
|
|
|
|
|
|
Just write a similar module/method, I think that should work, I haven't tried, but this is what I think.
Note: this works if you have no nested * in between /* */ |
||
|
|
|
|
As Brian Schmitt of IObservable suggests, you could use the same key to comment and uncomment your code, depending of course on whether or not it's already commented. The code he uses to achieve this is the following:
I removed his comments from the code as they messed up SO's code coloring, but the option that he gives seems pretty convenient. Also, in the link provided above, he explains all about how to bind the shortcut keys to make it work right. |
||
|
|
