pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

request to add a hotkey to add /*html*/ #32

Closed vadimmos closed 10 months ago

vadimmos commented 1 year ago

It would be very convenient to add /html/ with some hotkey.

pushqrdx commented 1 year ago

@vadimmos this should be easy, i added it to todo for next update which will hopefully also fix the recent tab completion issue

pushqrdx commented 1 year ago

@vadimmos instead of a shortcut, i have added new /html and /css snippets so that you can just type /h and hit tap to expand a full inline html block, you can test it on vscode insiders using the latest build (0.3.6 also includes a couple of other changes) available here in the Releases page, i haven't published it to the store yet because i want to make sure it doesn't break anything first, if you give it a go please let me know if everything is working as expected

vadimmos commented 1 year ago

it's funny, that's exactly what I did so as not to write a full comment /html/ every time