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

fix(lsp): enable auto imports #15145

Merged
merged 5 commits into from
Jul 11, 2022
Merged

fix(lsp): enable auto imports #15145

merged 5 commits into from
Jul 11, 2022

Conversation

kitsonk
Copy link
Contributor

@kitsonk kitsonk commented Jul 10, 2022

This enables auto imports, which was always intended to work but the completion code was not properly processing it.

This also corrects several other minor areas of the lsp code that have drifted from the behaviour of vscode or were simply incorrect.

@kitsonk kitsonk requested a review from dsherret July 10, 2022 21:47
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

cli/tsc/compiler.d.ts Outdated Show resolved Hide resolved
@kitsonk kitsonk merged commit 5db16d1 into denoland:main Jul 11, 2022
@kitsonk kitsonk deleted the fix_auto_imports branch July 11, 2022 23:35
cjihrig pushed a commit that referenced this pull request Jul 12, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants