truemed / Jacky.Emmet

Visual Studio Emmet is a Visual Studio extension for Emmet, a web-developer’s toolkit that can greatly improve your HTML and CSS workflow.
MIT License
2 stars 0 forks source link

Visual Studio 2017 Expand Abbrevation key not work #2

Open migochoa73 opened 7 years ago

migochoa73 commented 7 years ago

I try to use Ctrl+1 in my keyboard to expand abbreviation but VS 2017 wait for the next command, if I select it in the menu this option its work fine, I think the problem is this combination is used in VS to combine with other commands, like Ctrl+1, F is go to file

truemed commented 7 years ago

You may need to create a customized shortcut.
In VS2017 go to Tools > Options.. Then select Environment > Keyboard. Choose the command Emmet.cmdIdEmmet0000 and set the shortcut you want to use. I've set it to Alt+Space for example.