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
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.