在 Visual Studio Community 2019 中生成包含文件图
Generate graph of include files in Visual Studio Community 2019
我想 "Generate the graph of include files" 在我的 C++ 项目中,使用 Visual Studio 2019 Community,但是当我右键单击时该选项没有出现,尽管在另一台 PC 中出现(与同一个项目) , Visual Studio 2017 年。
他们今年删除了吗?
Action "Generate Graph Of Include Files"
仅在 VS2019 Enterprise 版中可用,作为 Code Maps
模块的一部分。它可以是 运行 即通过代码文件中上下文菜单中的选项。
我想 "Generate the graph of include files" 在我的 C++ 项目中,使用 Visual Studio 2019 Community,但是当我右键单击时该选项没有出现,尽管在另一台 PC 中出现(与同一个项目) , Visual Studio 2017 年。 他们今年删除了吗?
Action "Generate Graph Of Include Files"
仅在 VS2019 Enterprise 版中可用,作为 Code Maps
模块的一部分。它可以是 运行 即通过代码文件中上下文菜单中的选项。