We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在重构代码时,想删除某个文件或变量,但是我不知道它被引用的地方。为了避免误删,需要找出引用它们的文件。如图,我想找到 addTagsDrawer.vue 这个组件被哪些文件引用了:
addTagsDrawer.vue
安装插件 Reference Search View
安装完成后,选中一个引用该组件(addTagsDrawer.vue)的地方,并右键后点击 find all reference。
即可看到所有引用它的地方:
查找变量引用也是一样的方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. 背景
我在重构代码时,想删除某个文件或变量,但是我不知道它被引用的地方。为了避免误删,需要找出引用它们的文件。如图,我想找到
addTagsDrawer.vue
这个组件被哪些文件引用了:2. 解决方法
安装插件 Reference Search View
安装完成后,选中一个引用该组件(addTagsDrawer.vue)的地方,并右键后点击 find all reference。
即可看到所有引用它的地方:
The text was updated successfully, but these errors were encountered: