Visual Studio 2008 - Un / Comment button for css

Is there a way to add a comment / uncomment css line / s button to a menu in VS2008 css editor? Besides adding a macro. Thank.

+2


source to share


1 answer


There is no way, quite a few people wonder why they would leave it. Here's the most verbose way I've seen to add a Brian Schmitt macro. I know this is not what you want, but it also describes how to add it as keybind, which means you could make Ctrl + K, Ctrl + C work for commenting out lines in CSS files in the same way as in code files. It's a little setup work, but if you're used to Ctrl + K, Ctrl + C, it's really nice if it works all over the place.



I believe the closest you can get to what you need until you add it as an inline keybind.

+2


source







All Articles