简体   繁体   English

如何在Visual Studio解决方案资源管理器中查看文件系统目录的内容?

[英]How do I see contents of filesystem directories in Visual Studio Solution Explorer?

We have some files (config, static files, that sort of thing) in our codebase that are kept in the same filesystem tree as our codebase, but are not part of projects (ie, not underneath a project's tree). 我们的代码库中有一些文件(配置文件,静态文件等),与我们的代码库保存在同一文件系统树中,但不属于项目(即不在项目树下)。

We're after a way of easily managing these from within the IDE. 我们正在寻找一种通过IDE轻松管理这些内容的方法。

I dimly recall there being a Visual Studio addin that lets you do something like right-click "open explorer here" or something like that. 我隐约记得有一个Visual Studio插件,可让您执行诸如右键单击“在此处打开资源管理器”之类的操作。 Can't find it, now, and it might not even be for VS 2008. 现在找不到它,它甚至可能不适用于VS 2008。

What are the options, if any? 有什么选择?

If only solution-folders could display contents of the filesystem (for example)... Or perhaps there's a "files" project type...? 如果仅解决方案文件夹可以显示文件系统的内容(例如)...也许存在“文件”项目类型...?

解决方案资源管理器窗口的刷新左侧有一个“显示所有文件”按钮。

I personally use the Power Commands add-in, which has this functionality along with others that I find helpful. 我个人使用了Power Commands加载项,它具有此功能以及我认为有帮助的其他功能。 You can find more information and download from here . 您可以找到更多信息并从此处下载。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改解决方案资源管理器的字体大小(在 Visual Studio 中) - How do I change the font size of Solution Explorer (in Visual Studio) 如何在Visual Studio解决方案资源管理器中查看文件的位置 - how to see the location of a file in visual studio solution explorer 如何在调试时在Visual Studio 2008中查看解决方案资源管理器? - How can I see the solution explorer in Visual Studio 2008 while debugging? 如何查看在 Visual Studios 2015 中使用解决方案资源管理器声明和定义 class 对象的位置? - How do I see the where class OBJECTS are declared and defined using solution explorer in Visual Studios 2015? 如何在 Visual Studio 解决方案资源管理器中展开所有文件和文件夹 - How do I expand all files and folders in Visual Studio Solution Explorer Visual Studio 解决方案资源管理器项目树中的奇怪节点。 我该如何摆脱它们。? - Strange nodes in Visual Studio Solution Explorer project tree. How do I get rid of them.? 如何以编程方式刷新Visual Studio解决方案资源管理器? - How can I programmatically refresh Visual Studio Solution Explorer? 如何查看 Visual Studio 解决方案中需要包含在项目中的所有“缺失”文件? - How do I see all of the "missing" files in a Visual Studio solution that need to be included in the projects? Visual Studio的解决方案资源管理器 - Solution explorer of visual studio 如何清理Visual Studio解决方案? - How do I clean a visual studio solution?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM