Closed
Description
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:
However if I try to use it the second time, I got the auto completion working.