We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In LSP-typescript, I get quick fixes with import suggestions in the hover menu:
But this doesn't work in LSP-vue in the script part of a vue 3 (options api) typescript component.
I do get get the expected completion suggestions when tabbing or when showing the code actions.
And the quick actions were available in LSP-volar (with vue2 obvsly)
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
It might work in hybrid mode. Does it work in vscode?
Sorry, something went wrong.
It does work in vscode. I'm trying to make hybrid mode work to test it
It does work in hybrid mode!
No branches or pull requests
In LSP-typescript, I get quick fixes with import suggestions in the hover menu:
But this doesn't work in LSP-vue in the script part of a vue 3 (options api) typescript component.
I do get get the expected completion suggestions when tabbing or when showing the code actions.
And the quick actions were available in LSP-volar (with vue2 obvsly)
What am I doing wrong?
The text was updated successfully, but these errors were encountered: