#Deno NPM VSCode Intellisense

9 messages · Page 1 of 1 (latest)

proven rock
#

Is there a work around for this at the moment? I want to try out Deno's NPM support but I lose Intellisense when importing with npm:. I tried using an import map but that didn't work either. If there's a code editor or an IDE that currently supports this feature I would love to know.

vagrant glacier
#

It will be supported on Thursday after v1.27 release

proven rock
upper urchin
#

Has this feature been implemented?

I don't get any intellisense in VScode for the following two imports

import * as t from 'npm:typed-assert';
import chalk from 'npm:chalk@5';

typed-assert is also native TS as well

#

@vagrant glacier

vagrant glacier
#

Yes

#

Are you on latest deno?

leaden osprey