-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: Auto-importDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
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
SantoJambit, ChiriVulpes, backbone87, unional, ClementNerma and 1 more
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: Auto-importDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorSuggestionAn idea for TypeScriptAn idea for TypeScript