Skip to content
New issue

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

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

Open
Narretz opened this issue Nov 15, 2024 · 3 comments
Open

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

Narretz opened this issue Nov 15, 2024 · 3 comments

Comments

@Narretz
Copy link

Narretz commented Nov 15, 2024

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
Copy link
Member

rchl commented Nov 15, 2024

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

@Narretz
Copy link
Author

Narretz commented Dec 2, 2024

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

@Narretz
Copy link
Author

Narretz commented Dec 2, 2024

It does work in hybrid mode!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants