atomi / vscode-quicktemplate

Quickemplate (qtpl) Language files for VS Code
https://marketplace.visualstudio.com/items?itemName=vsatomi.vscode-quicktemplate
2 stars 2 forks source link

HTML doesn't auto-complete anymore #3

Open Allendar opened 7 years ago

Allendar commented 7 years ago

As I'm diving more into extension/language building for VSCode I couldn't find out yet why the HTML tags on tab-hit don't complete anymore. It also seems that any intelligence towards HTML is gone.

Maybe need to look into the Laravel Blade extension to see how it combines HTML + Blade syntax in one file.

I'll try to research it soon too, but maybe you might find a solution before that.

atomi commented 7 years ago

This works, just add this to your settings.

"emmet.includeLanguages": {
    "quicktemplate": "html"
  }

There might be an easy way to do this on the package side. I'll keep looking.