VincentV
Denoβ€’15mo 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
}


However, I don't see standard intellisense for things like imports for packages I've added to my deno project
image.png
Was this page helpful?