subhaze / CSS-Extended

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

Don't add cached symbols from .html/.php/etc... to the main project completion list #2

Closed subhaze closed 10 years ago

subhaze commented 10 years ago

Currently all completions found in CSS files, HTML files, PHP files, etc... are added to the project cache key. Since HTML/PHP/etc... inline styles are document specific create a new cache key for those files so that other files are not cross pollinated with CSS symbols that would never be associated to them.