Answers for "how to search for imports in vscode"

0

how to search for imports in vscode

so this lets you find all the places a component or package is imported. You jsut do a shift+cmd+F, then click the regex search option, then type import(.*)YourComponentName
Posted by: Guest on July-29-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language