You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Expected behavior
Default intellisense should be replaced with Deno intellisense.
Screenshots
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
The text was updated successfully, but these errors were encountered: