DenoDDeno
Powered by
VincentV
Denoβ€’16mo agoβ€’
3 replies
Vincent

Auto Import Not Working

Hi, I just created a new Deno project using vscode as an editor and am trying to get auto importing up and running. I have the Deno extension installed and enabled in my workspace

settings.json:
{
  "deno.enable": true,
  "deno.lint": true
}
{
  "deno.enable": true,
  "deno.lint": true
}


However, I don't see standard intellisense for things like imports for packages I've added to my deno project
image.png
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

import cache not working
The NexusTThe Nexus / help
3y ago
`--unstable-sloppy-import` not working
scarfSscarf / help
14mo ago
import_map.json not working
MqxMMqx / help
2y ago
LSP auto-import in workspaces
JolanJJolan / help
5mo ago