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

Intellisense/autocompletion is broken #825

Closed
Tracked by #879
thonkinator opened this issue Mar 17, 2023 · 2 comments
Closed
Tracked by #879

Intellisense/autocompletion is broken #825

thonkinator opened this issue Mar 17, 2023 · 2 comments
Labels
bug Something isn't working high priority needs info

Comments

@thonkinator
Copy link

Describe the bug

Any TypeScript or JavaScript file that is enabled with the Deno extension has no autocomplete/intellisense at all. I know that the Deno extension disables the default TypeScript intellisense, but it's supposed to add it's own. I am running Linux on a Chromebook, so I suppose it could be a processing power problem although in non-Deno files Intellisense works just fine. So either Deno's intellisense is incredibly slow or just completely broken.

Here's my Deno-specific settings:

{
	"deno.inlayHints.parameterNames.enabled": "none",
	"deno.inlayHints.propertyDeclarationTypes.enabled": true,
	"deno.inlayHints.variableTypes.enabled": true,
	"deno.inlayHints.parameterTypes.enabled": true,
	"deno.suggest.completeFunctionCalls": true
}

Expected behavior

Default intellisense should be replaced with Deno intellisense.

Screenshots

image
My cursor is right after the gif.
I should be getting intellisense for the Response object, but I'm not.

Versions

vscode: 1.76.1 deno: 1.31.1 extension: 3.17.0

@bartlomieju
Copy link
Member

@thonkinator sorry for a slow response. Do you still experience the same problem when using latest Deno (v1.35)?

@bartlomieju bartlomieju mentioned this issue Jul 11, 2023
17 tasks
@thonkinator
Copy link
Author

@thonkinator sorry for a slow response. Do you still experience the same problem when using latest Deno (v1.35)?

i actually no longer have the machine that i referenced in the original issue, so i can't say. i'll just close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority needs info
Projects
None yet
Development

No branches or pull requests

2 participants