pucelle / vscode-css-navigation

Allowing Go to definition from HTML to CSS, or Find References from CSS to HTML.
https://marketplace.visualstudio.com/items?itemName=pucelle.vscode-css-navigation
MIT License
64 stars 8 forks source link

Is preloadCSSFiles option avaiable #48

Closed tuan-lm closed 3 years ago

tuan-lm commented 3 years ago

In the Why started this project section i see you mention about the preloadCSSFiles option. But i don't see you descript how to use them And if i try to use them in the settiong file like this "CSSNavigation.preloadCSSFiles", vscode will said that this is an Unknown Configuration Setting I just wonder if this option even avaiable

pucelle commented 3 years ago

Sorry, this option is not available any more, the description should be changed and I will change it soon.

Never mind to give your feedback if you have some suggestions.

tuan-lm commented 3 years ago

Very well. I just ask this question because the extension won't start suggesting css class when i first open vscode, i have to force it by Ctrt + . and then wait a bit to get it start suggesting. But i don't think it's that much of a problem so i will close this issue

pucelle commented 3 years ago

Yes the CSS service start up only when required.

My development work doesn't startup new vscode window frequently, and I guess few people would set this option, and a quick started CSS service would delay the vscode initializing. That's whey I removed this option.