import suggestions not working as intended (vscode)
Hello, import suggestions (symbols not known to file) not working for me as intended on deno latest (vscode):
When symbol not known:

3 Replies
when import statement written manually it works:

deno jsonc:
Problem only happens with remote libs (jsr/npm), no problem with local files (.ts)
versions latest on both deno and vscode extension
up 🙏
I encounter the same issue. Additionally, it is quite challenging to import a new declaration, such as a type or class, from a remote package.