madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

Ctrl-. doesn't work in CSS in VS2015 #86

Open brockallen opened 9 years ago

brockallen commented 9 years ago

In a CSS file, when I get the purple squiggles on a style (such as column-count) and the blue rectangle button to "Add Missing Vendor Prefixes", Ctrl-. on the keyboard doesn't trigger the menu.

The workaround is, of course, to use the mouse, but that little button is very hard to target -- keyboard is much more efficient.

madskristensen commented 9 years ago

This happened when the new Light Bulb feature was introduced in VS2015. They re-mapped the shortcut key to Light Bulbs from smart tags. My plan is to convert to Light Bulbs but I haven't gotten to it yet

xperiandri commented 8 years ago

Yep, it would be nice. I hope that popup UI that displays code difference will be included into VS SDK. Now it is within a Roslyn codebase.