You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
I have a problem where every time I'm writing css code( styled component ) in my .jsx, suddenly what I'm writing is replaced by intellissense's suggestion.
For example: when I start writing "margin" and press enter, and keep writing what i want for margin, intelissense suggest "auto" and then "auto" is automatically written, so it looks like: "margin: auto.5rem", i never meant to write "auto", but intellissense put it there. This does not happen in .css files.
This is quite annoying as it happens a lot of times while writing any css property.
JSX
I did not press enter to write "auto".
CSS
Here, it does not occur. Suggestions just hide when i start writing.
The text was updated successfully, but these errors were encountered:
I have a problem where every time I'm writing css code( styled component ) in my .jsx, suddenly what I'm writing is replaced by intellissense's suggestion. For example: when I start writing "margin" and press enter, and keep writing what i want for margin, intelissense suggest "auto" and then "auto" is automatically written, so it looks like: "margin: auto.5rem", i never meant to write "auto", but intellissense put it there. This does not happen in .css files.
This is quite annoying as it happens a lot of times while writing any css property.
JSX I did not press enter to write "auto".
CSS Here, it does not occur. Suggestions just hide when i start writing.
Hi. I have the same problem. Did you get it solved?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a problem where every time I'm writing css code( styled component ) in my .jsx, suddenly what I'm writing is replaced by intellissense's suggestion.
For example: when I start writing "margin" and press enter, and keep writing what i want for margin, intelissense suggest "auto" and then "auto" is automatically written, so it looks like: "margin: auto.5rem", i never meant to write "auto", but intellissense put it there. This does not happen in .css files.
This is quite annoying as it happens a lot of times while writing any css property.
JSX
I did not press enter to write "auto".
CSS
Here, it does not occur. Suggestions just hide when i start writing.
The text was updated successfully, but these errors were encountered: