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

Hybrid mode auto complete in template tag not working in neovim #4323

Closed
RayGuo-ergou opened this issue Apr 29, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@RayGuo-ergou
Copy link
Contributor

RayGuo-ergou commented Apr 29, 2024

Hi, I am running hybrid mode with 2.0.14. In template tag auto complete a variable does not work unless it was used in template tag before in neovim, but it works fine in vscode I am wondering any communication miss between tsserver and vue-language-server?

Here's better explain of the problem:

If i create a new ref and then try to use in template tag, I cannot see it in auto complete:
image

However if I try to use it the second time, I got the auto completion working.

image

GIF 4-29-2024 8-55-45 PM

@johnsoncodehk
Copy link
Member

johnsoncodehk commented May 4, 2024

but it works fine in vscode

I'm successfully reproducing it in VSCode and it seems to be an bug with @vue/typescript-plugin in Hybrid Mode.

@johnsoncodehk johnsoncodehk added bug Something isn't working and removed pending triage labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants