We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want import {Table} from 'antd' There's no antd in the auto import completion list.
import {Table} from 'antd'
antd
The code fix has antd And similar screenshot in this issue: #42005 (previous typescript version)
Playground not support auto import
no code see the screenshot
No antd in the auto import completion list.
Should be import {Table} from 'antd'
The text was updated successfully, but these errors were encountered:
andrewbranch
Successfully merging a pull request may close this issue.
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
⏯ 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'
The text was updated successfully, but these errors were encountered: