gencer / SCSS-Everywhere

A Visual Studio Code extension that provides CSS class and ID atttribute completion with incremental build and usage explorer for the HTML class attribute based on the CSS/Template files in your workspace. Also supports React's className attribute.
https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion
MIT License
24 stars 9 forks source link

Find usage in .vue files #76

Open kien5436 opened 2 years ago

kien5436 commented 2 years ago

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:

{
  "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
}