sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

No import suggestions in quick fixes, only in code actions #131

Open Narretz opened 6 days ago

Narretz commented 6 days ago

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?

rchl commented 6 days ago

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