-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support import completions + cache quick fix in @deno-types and triple slash #9823
Comments
lucacasonato
added
feat
new feature (which has been agreed to/accepted)
lsp
related to the language server
labels
Mar 18, 2021
Add the completions is a bit more complicated than adding the diagnostics and the quick fixes, so first step is to add the diagnostics and quick fix. I will open another issue for completions. |
kitsonk
added a commit
that referenced
this issue
May 25, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
piscisaureus
pushed a commit
that referenced
this issue
May 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up to #9821
We should support the cache quick fix, import diagnostics, and import completions for import specifiers in
// @deno-types=""
and/// <references types="" />
comments, like we did in the old extension.The text was updated successfully, but these errors were encountered: