LSP-vue icon indicating copy to clipboard operation
LSP-vue copied to clipboard

No import suggestions in quick fixes, only in code actions

Open Narretz opened this issue 1 year ago • 3 comments

In LSP-typescript, I get quick fixes with import suggestions in the hover menu:

379447153-90d2126e-c0e4-4e1c-9bbf-c2c1877eb502

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?

Narretz avatar Nov 15 '24 19:11 Narretz

It might work in hybrid mode. Does it work in vscode?

rchl avatar Nov 15 '24 19:11 rchl

It does work in vscode. I'm trying to make hybrid mode work to test it

Narretz avatar Dec 02 '24 10:12 Narretz

It does work in hybrid mode!

Narretz avatar Dec 02 '24 13:12 Narretz