jest-preview
jest-preview copied to clipboard
Make autoimporting `debug` recognized by vscode
Which feature you want to improve?
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?