Inspecting Deno imports
Hello,
Deno is recently new for me and I just started with Fresh, I'm trying to customize my project setup but I bumped into being unable to inspect the import statements properly. Normally using NPM I would be able check these to understand the framework and requirements for each module, function or type, but using Intelij with the Deno LSP plugin doesn't let me.
I've already tried localizing the cache for the project so that the inspector can index the caches but these are hashed so not the best way. And using the "import_map.json" for each module is just postponing the problem.
My only option is to look up the URL for each module and inspect it within the browser. Has anyone a workaround for this?
Thanks in advance. :party_deno:

0 Replies