-
Notifications
You must be signed in to change notification settings - Fork 117
No code autocompletion for @media
queries.
#302
No code autocompletion for @media
queries.
#302
Comments
Thanks for raising @Profesor08 that indeed does look like a bug. Would you be interested in working on it? |
Sadly its an upstream issue, you'll need to keep an eye on microsoft/typescript-styled-plugin#141 It could be as simple as updating |
@Profesor08 a nice change would be adding a new auto completion in our completionsProvider that would help with the issue |
@Profesor08 when you hit Enter on |
I don't hit Erlier I have tried to figure out why this happens, but no results. |
because there is no such completion, one would need to be added |
Fixed by: microsoft/typescript-styled-plugin#156 |
Is there an easy way to check if it working, and not broke anything? I don't know what exactly changed in vscode, but now I can't reproduce this bug, popup is the same, but |
Describe the bug (including copyable syntax)
No code autocompletion for
@media
queries. And if you type@media
and press(
key, it will replace entire string with@:-moz-user-disabled()
Screenshot
![vsc](https://user-images.githubusercontent.com/8218016/120470416-29eb2680-c3ac-11eb-9ce1-ccb130e3bd7f.gif)
To Reproduce
vscode-styled-components
@media
or type@media
and press(
Expected behavior
I want to see
@media
in autocomplete list and if I type@media(
, it must not be replaced with@:-moz-user-disabled()
Build environment (please complete the following information):
Additional context
May be I miss some additional configuration or extensions?
The text was updated successfully, but these errors were encountered: