microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
316 stars 176 forks source link

feature: autocomplete for media queries #256

Open jesperjen98 opened 2 years ago

jesperjen98 commented 2 years ago

Implementation of media query autocomplete for both media types and features. The implementation is based on how the IProperyData interface is implemented and may therefor contain a small amount of redundant code. The modified files are: cssLanguageTypes.ts, webCustomData.ts, dataManager.ts, dataprovider.ts, entry.ts, cssCompletion.ts.

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

aeschli commented 2 years ago

Cool thanks! You are extending the css custom data format and we should also update the related resources:

jesperjen98 commented 2 years ago

Sorry for a late response once again, I have a lot of work right now finishing upp my courses but I will try to do this before the end of the new year. Thank you very much for the feedback!

soredake commented 1 year ago

@jesperjen98 any progress on this?