Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension doesn't detect changes #5

Open
minkir014 opened this issue May 25, 2019 · 3 comments
Open

Extension doesn't detect changes #5

minkir014 opened this issue May 25, 2019 · 3 comments

Comments

@minkir014
Copy link

When I write a new class or id or change an old one. Your extension doesn't detect changes until restarting the window.

@solnurkarim
Copy link
Owner

You need to save your HTML containing document first so extension can read and parse it.

@antebudimir
Copy link

Hi, solnurkarim!

I have a similar problem but it won' detect changes on my side even if I restart the VS Code. Tried saving document, reinstalling but to no avail.

@wonderedone
Copy link

{ 
// /////////////////////////////////////
// /////////////////////////////////////
// /////////////////////////////////////
// Extensions HTML TO CSS autocompletion
// Folder Names To Be Excluded
// أسماء المجلدات التي سيتم استبعادها
"html-to-css-autocompletion.folderNamesToBeExcluded": [

    "node_modules"],
// Get Selector From File Types
// الحصول على مجدد من أنواع الملفات
"html-to-css-autocompletion.getSelectorsFromFileTypes":
["html","php"],
"[css]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    } 
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants