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

Small bug in autocomplete after variable #555

Open
dgagn opened this issue Jul 13, 2023 · 5 comments
Open

Small bug in autocomplete after variable #555

dgagn opened this issue Jul 13, 2023 · 5 comments

Comments

@dgagn
Copy link

dgagn commented Jul 13, 2023

Okay, so it's a weird bug and nothing trivial, but would be nice if it was fixed.

  const helloWorld = div|

It will expand to :

  const helloWorld <div>|</div>

It removes the equal signs, which is not expected.

@mattn
Copy link
Owner

mattn commented Jul 13, 2023

What is your filetype?

@dgagn
Copy link
Author

dgagn commented Jul 13, 2023

What is your filetype?

javscriptreact and it also does it with typescriptreact

@mattn
Copy link
Owner

mattn commented Jul 13, 2023

Which plugin do you use for javscriptreact/typescriptreact ?

@dgagn
Copy link
Author

dgagn commented Jul 13, 2023

Which plugin do you use for javscriptreact/typescriptreact ?

I reproduced the bug with only the emmet-vim plugin
Screenshot 2023-07-13 at 11 37 06 AM

Screenshot 2023-07-13 at 11 37 18 AM

@dgagn
Copy link
Author

dgagn commented Jul 13, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants