Hello, thanks for great work! Can you support for autocompletion with `<style>` in .vue files? I can't make it work https://user-images.githubusercontent.com/23404165/154398806-d9ca10e6-d181-4264-b9a9-349c74c6aad5.mp4 Here's my settings: ```json { "html-css-class-completion.enableFindUsage": true, "html-css-class-completion.includeGlobPattern": "**/*.{css,scss,sass,eex,slim,tsx,jsx,haml,svelte,liquid,tpl,latte,php,html,twig,vue}", "html-css-class-completion.enableEmmetSupport": true } ```
Hello, thanks for great work!
Can you support for autocompletion with
<style>in .vue files? I can't make it workbandicam.2022-02-17.10-22-51-446.mp4
Here's my settings:
{ "html-css-class-completion.enableFindUsage": true, "html-css-class-completion.includeGlobPattern": "**/*.{css,scss,sass,eex,slim,tsx,jsx,haml,svelte,liquid,tpl,latte,php,html,twig,vue}", "html-css-class-completion.enableEmmetSupport": true }