📜  如何在 vscode 中搜索导入 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.951000             🧑  作者: Mango

代码示例1
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