deno icon indicating copy to clipboard operation
deno copied to clipboard

deno lsp auto-importing does not work

Open luiskugel opened this issue 4 months ago • 5 comments

Version: 2.0.2

I am using deno in a turborepo monorepo. I setup the deno lsp like the tuturial suggests and added some more settings:

image

It works for normal code completion and also when i want to import "normal" node stuff. But when i want to code complete (and auto-import) for example this drizzle code, it just does not give me the option:

image

Even when there is already an import statement for drizzle. And it is not a problem with drizzle and its types. I tested it with a package from jsr and it also did not work.

(The project is a former nodejs project. Do i need to do anything to set this up?)

luiskugel avatar Oct 24 '24 16:10 luiskugel