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

lsp: quick fix symbol workspace imports consider import maps #13623

Closed
kitsonk opened this issue Feb 7, 2022 · 1 comment · Fixed by #19692
Closed

lsp: quick fix symbol workspace imports consider import maps #13623

kitsonk opened this issue Feb 7, 2022 · 1 comment · Fixed by #19692
Labels
feat new feature (which has been agreed to/accepted) lsp related to the language server

Comments

@kitsonk
Copy link
Contributor

kitsonk commented Feb 7, 2022

When choosing a quick fix for importing a workspace symbol, and an import map specifier can be applied, it is preferred.

@kitsonk kitsonk added feat new feature (which has been agreed to/accepted) lsp related to the language server labels Feb 7, 2022
@KnorpelSenf
Copy link
Contributor

KnorpelSenf commented Apr 1, 2022

Ideally, both the full URL and the import via import map should be suggested. I would expect the import via import map to be higher in the list as I agree it is preferred.
Edit: I think this was already considered in #10951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted) lsp related to the language server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants