Closed
Description
- VSCode Version: 1.41.0
- OS Version: Fedora 30
Steps to Reproduce:
- Add a module dependency which includes it's own types
- Start writing out a named export of the added module
- No suggestion will be given
Suggestions won't show until you've actually imported the dependency.
This is different from how @types
modules work, which will show in suggestions without any prior use.
I've created an example project
yarn install
- open
src/main.ts
- type
use
and you will get suggestions for ReactuseCallback
, etc. - type
watch
and you will get no suggestion for Kappiwatch
Does this issue occur when all extensions are disabled?: Yes