第一种简单,直接在node——modules文件夹鼠标右键,有一个选项是文件夹搜索,专门就是搜这个文件夹内容。第二种是全局配置setting.json。 vscode默认是吧node_modules排除在搜索外的。这一条配置打开,改为false,如下。望采纳! "search.exclude": { "**/node_modules": false, "**/bower_components": true },...
{"search.exclude":{"**/node_modules":false},"search.useIgnoreFiles":false} 最好还是不要开启...
第一种简单,直接在node——modules文件夹鼠标右键,有一个选项是文件夹搜索,专门就是搜这个文件夹内容。第二种是全局配置setting.json。 vscode默认是吧node_modules排除在搜索外的。这一条配置打开,改为false,如下。望采纳! "search.exclude": { "**/node_modules": false, "**/bower_components": true },...
{"search.exclude":{"**/node_modules":false},"search.useIgnoreFiles":false} 最好还是不要开启...
搜索的时候,只需要点击那个齿轮图标就可以临时禁用exclude和ignore的设置。就可以什么都搜了!
或者 设置里面 删除 node_modules 项