例如,我在项目的某个文件中有以下一行:
import { Button, Switch, message, notification } from 'antd';
和另一个文件中的以下行:
import { Table, notification } from 'antd';
如何使用VSCode搜索来查找这两个文件?以及任何其他文件,这些文件也具有从antd导入的notification函数,以及来自andd库的其他函数/组件
antd
notification
qfe3c7zg1#
import \{.*notification.*from 'antd';
1条答案
按热度按时间qfe3c7zg1#
import \{.*notification.*from 'antd';