Skip to content
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

Annoying intelissense suggestion replacing while writing #429

Open
JoaoBelem opened this issue Jul 21, 2023 · 1 comment
Open

Annoying intelissense suggestion replacing while writing #429

JoaoBelem opened this issue Jul 21, 2023 · 1 comment
Labels

Comments

@JoaoBelem
Copy link

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".
jsx

CSS
Here, it does not occur. Suggestions just hide when i start writing.
css

@JoaoBelem JoaoBelem added the bug label Jul 21, 2023
@ghost
Copy link

ghost commented Oct 19, 2023

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". jsx jsx

CSS Here, it does not occur. Suggestions just hide when i start writing. css css

Hi. I have the same problem. Did you get it solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant