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
allow vscode auto import to recognize debug import from jest-preview
What and why you want to improve that feature
usually i need to import debug function from 'jest-preview', i cannot do cmd+space on debug syntax, therefore i have to do manual typing import { debug } from 'jest-preview' everytime i need it
its weird that this only happens on jest-preview package, and all other of my package doesn't have auto import issue
How to implement the changes
not sure yet how it works,
Others
would be nice if the auto import can recognize debug from jest-preview, does it related to type definition?
The text was updated successfully, but these errors were encountered:
Which feature you want to improve?
allow vscode auto import to recognize
debug
import from jest-previewWhat and why you want to improve that feature
usually i need to import
debug
function from 'jest-preview', i cannot docmd+space
on debug syntax, therefore i have to do manual typingimport { debug } from 'jest-preview'
everytime i need itits weird that this only happens on
jest-preview
package, and all other of my package doesn't have auto import issueHow to implement the changes
not sure yet how it works,
Others
would be nice if the auto import can recognize debug from jest-preview, does it related to type definition?
The text was updated successfully, but these errors were encountered: