Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some symbol is missing in the auto import completion list #45763

Closed
heroboy opened this issue Sep 7, 2021 · 0 comments · Fixed by #45792
Closed

Some symbol is missing in the auto import completion list #45763

heroboy opened this issue Sep 7, 2021 · 0 comments · Fixed by #45792
Assignees
Labels
Bug A bug in TypeScript Fix Available A PR has been opened for this issue

Comments

@heroboy
Copy link

heroboy commented Sep 7, 2021

Bug Report

I want import {Table} from 'antd'
There's no antd in the auto import completion list.
图片

The code fix has antd
图片
And similar screenshot in this issue: #42005 (previous typescript version)

🔎 Search Terms

🕗 Version & Regression Information

  • This is not a crash
  • This changed between versions 4.4.2 and 4.4.2
  • This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
  • I was unable to test this on prior versions because _______

⏯ Playground Link

Playground not support auto import

💻 Code

no code see the screenshot

🙁 Actual behavior

No antd in the auto import completion list.

🙂 Expected behavior

Should be import {Table} from 'antd'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Fix Available A PR has been opened for this issue
Projects
None yet
3 participants