简体   繁体   中英

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.

I dimly recall there being a Visual Studio addin that lets you do something like right-click "open explorer here" or something like that. Can't find it, now, and it might not even be for 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. You can find more information and download from here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM