subhaze / CSS-Extended

CSS Completions, LESS Completions, SCSS Completions
94 stars 15 forks source link

Parsing issue #42

Open FeBe95 opened 9 years ago

FeBe95 commented 9 years ago

When I open a folder in ST3 that has subfolders with multiple "style.css" files, then open and edit any html file that contains a link to a stylesheet named "style.css", CSS-Extended parses all files named "style.css" in ALL subfolders (45 files for me, as I have many old-version-subfolders)

Example: File->Open Folder -> "C:\xampp\htdocs\myfolder"

Writing file /C/xampp/htdocs/myfolder/subfolder1/index.html with encoding UTF-8 (atomic)
Found styles linked in HTML
['C:\\xampp\\htdocs\\myfolder\\subfolder1\\style.css', C:\\xampp\\myfolder\\folder\\subfolder2\\style.css', 'C:\\xampp\\htdocs\\myfolder\\subfolder3\\style.css', ......]
PARSING FILE C:\xampp\htdocs\myfolder\subfolder1\style.css
PARSING FILE C:\xampp\htdocs\myfolder\subfolder2\style.css
PARSING FILE C:\xampp\htdocs\myfolder\subfolder3\style.css
PARSING FILE ......

The status bar says CSS Extended: parsing file 1 of 45, and it takes about 20 seconds for all 45 stylesheets to parse, each time I save the html file.

a4h8 commented 4 years ago

I have the same issue any help from here ?