LSP-vue
LSP-vue copied to clipboard
No import suggestions in quick fixes, only in code actions
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?
It might work in hybrid mode. Does it work in vscode?
It does work in vscode. I'm trying to make hybrid mode work to test it
It does work in hybrid mode!