Open Narretz opened 6 days ago
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?
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?