0x00000001A / es6-string-html

Highlight code in ES6 multiline strings
https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html
MIT License
127 stars 77 forks source link

ctrl+shift+h is a decades old keyboard shortcut for standard classic Visual Studio users #14

Closed oxygen closed 6 years ago

oxygen commented 6 years ago

ctrl+shift+h is a decades old keyboard shortcut for classic Visual Studio users.

It activates the search and replace in all files dialog.

It is overriden by this library to insert a very short string /*html*/.

Please consider using a non-conflicting keyboard shortcut, or removing a keyboard shortcut for such a short string.

0x00000001A commented 6 years ago

Will be fixed in next 24 hours Thankyou

0x00000001A commented 6 years ago

@oxygen

Fixed. Actually, I just disabled hotkeys for a while. Package in the marketplace is updated Feel free to close the issue if the plugin works as you expected

Thankyou