-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Small bug in autocomplete after variable #555
Comments
What is your filetype? |
javscriptreact and it also does it with typescriptreact |
Which plugin do you use for javscriptreact/typescriptreact ? |
It also does it with : const hello = () => div.container| const hello <div className="container"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, so it's a weird bug and nothing trivial, but would be nice if it was fixed.
It will expand to :
It removes the equal signs, which is not expected.
The text was updated successfully, but these errors were encountered: