You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The api I often use is intl.get, which is a great api. But the problem is, when I type intl, there is no automatic prompt to import react-intl-universal.
To solve this problem, I used a code snippet, but it was not a good experience. I hope to solve this problem from the API level.
"import intl": {"prefix": "ii","body": ["import intl from 'react-intl-universal';"],},
The api I often use is intl.get, which is a great api. But the problem is, when I type intl, there is no automatic prompt to import react-intl-universal.
To solve this problem, I used a code snippet, but it was not a good experience. I hope to solve this problem from the API level.
I modified index.d.ts.
it solved the problem of code suggestions.
The text was updated successfully, but these errors were encountered: