1

我的解决方案资源管理器中有几十个文件夹中有600多个项目,在窗口中滚动不容易找到项目。

如何按名称搜索或快速定位项目?

4

4 回答 4

1

我现在查找项目的方法是打开我的项目文件夹并查找*.vcxproj与解决方案资源管理器具有相同项目名称和相同层次结构的文件。

通过这个我会知道是否有一个项目,以及它将在 VC 的解决方案资源管理器中的哪个文件夹。

于 2012-10-17T06:15:38.513 回答
1

You should start the command window (located on view - other windows - command window), then type the word: of and then type your project name and file name, you could only type partial names, it'll autocomplete for you.

For example, after openning the command window start typing:

of yourprojectname\web.config

于 2014-03-13T11:21:18.113 回答
1

在您的搜索栏中,输入“>of”(不带引号),然后输入您要查找的任何内容。

于 2012-09-12T18:09:37.087 回答
1

在 Visual Studio 2019 中,解决方案资源管理器视图中有一个搜索字段:

在此处输入图像描述

当您在 2012 年提出这个问题时,该功能不存在。

于 2021-07-28T11:16:21.880 回答