After I install a certain number of dependencies (even lower than the number I had on some other projects), I dont get autoimports anymore.
I mean, if I wrote smth like 'EventHan', i would get a list of things that start with that name, and there would be 'EventHandlers', I would click enter and it would import and etc, but now nothing appearts there.
Even if I write EventHandlers, then click for quick fixes it doesnt give me the 'import from ...'
When I uninstall some dependencies and keep just smth like less than 10 dependencies, it appears in the list of quick fixes
same happens for things like 'create...', now appear only things from 'crypto' and 'cypher' module.
#types not working after installing x dependencies
7 messages · Page 1 of 1 (latest)
basically. when writing:
createB
there would appear smth like createBot and some other useful methods from the modules I installed, now only appeart things like createCypher from modules like cypher, crypto, zlib
even If I write the name of it and then click for quick fixes there not the option import from x
If I uninstall some dependencies, and keep them under 10, it works fine.
when i just 1 dependencie over the 10 dependencies, it doesn't work anymore, no matter what the new added dependencie is
I thought at the beggining it was smth related to vsc, but I also tried on neovim and doesnt work.
if I for example uninstall ioredis and glob, it works, but after i add even smth different, like mathjs and node-vibrant, it stops working
when it breaks, I get basically only things from node types
if I remove bun-types I get nothing,
If I remove bun-types, and add "@discordeno/bot", "@discordeno", I get types from 'mathjs' and 'canvas'?