Open ooker777 opened 4 months ago
Can you add the piece of code that is auto completing incorrectly?
I'm not sure what you are referring to. You just need to start typing use
and wait for the suggestions.
I got the same issue. And the thing it suggests causes error too. For example in my case, when I type "useSignal", it suggest import from "https://esm.sh/v135/@preact/signals@1.2.2/X-ZS8q/dist/signals.js". I did and it causes error "Cycle detected". Meanwhile, if I import manually from "@preact/signals" then it works fine.
Causing me headache the whole evening.
My import map:
I'm using VS Code. Plugin v3.38.0. Deno v1.44.4