-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[css] Autocomplete for media queries #61125
Comments
x100! There should also be a way to get ahead of the curve and allow users to enable support for Level 4 media queries via a user setting. |
Made this snippet recently, triggers by typing "media"
|
Where do you place it? css.json? |
I would love to work on this issue. |
@jesperjen98 That would be great. |
@aeschli sorry for the long silence from me, but after a long time of debbuging and testing i have written an implentation for the autocomplete. The implementation is based on how the IPropertyData interface is implemented. I have submitted a pull request but if there is anything that needs to be changed in the implementation i would love to keep working on it. Feedback is also greatly appreciated. |
Thanks @jesperjen98, I'll have a look ASAP. |
VSCode doesn't offer autocompletion for media queries.
Why is that?
The text was updated successfully, but these errors were encountered: