No Auto Complete Suggestions for `@/` Alias in Deno with VSCode
Hi,
I’m using Deno with VSCode, and the
For example this works:
But I had to write
Here’s my
And my VSCode settings:
Any ideas on how to get auto complete working?
I’m using Deno with VSCode, and the
@/ alias works fine for imports but I don’t get auto complete suggestions for files in my src/ folder. I have to manually type the file paths for it to work.For example this works:
But I had to write
decorators.ts manually because no auto complete suggestions were provided.Here’s my
deno.json:And my VSCode settings:
Any ideas on how to get auto complete working?
