DenoDDeno
Powered by
martpetM
Denoβ€’3y agoβ€’
1 reply
martpet

How to auto import on save?

This doesn't work:

{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"editor.defaultFormatter": "denoland.vscode-deno",
"deno.import_intellisense_origins": {
"https://deno.land": true
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.addMissingImports": true,
"source.organizeImports": true,
"source.fixAll": true
}
}
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Auto Import Not Working
VincentVVincent / help
17mo ago
How to format on save with devcontainer
tatsuTtatsu / help
3y ago
LSP auto-import in workspaces
JolanJJolan / help
5mo ago
VS-Code auto import local modules
MqxMMqx / help
3y ago