开发者

How to find project appartenance of a given file (Visual C++)

开发者 https://www.devze.com 2022-12-14 05:06 出处:网络
I am messing with a very big solution in Visual C++ 2008 (150+ projects), and by browsing the code with the useful \"Go to Definition/Declaration\" feature, I end up in C files, but I don\'t know in w

I am messing with a very big solution in Visual C++ 2008 (150+ projects), and by browsing the code with the useful "Go to Definition/Declaration" feature, I end up in C files, but I don't know in which project they belong ...

So here's my question : Is there a way to know the projects referencing a given f开发者_如何学JAVAile in a visual C++ solution ?


There is a "Track Active Item in Solution Explorer" option in Projects and Solutions. When you open a file it will be automatically selected in Solution Explorer and corresponding project will be expanded.

0

精彩评论

暂无评论...
验证码 换一张
取 消