Visual Studio中的#include清理功能
原文英文,约900词,阅读约需4分钟。发表于: 。Visual Studio 17.7 Preview 3 introduces a new feature aimed at enhancing your productivity. We are thrilled to announce the release of #include cleanup, a tool that helps you maintain clean code....
Visual Studio现在提供了#include清理功能,通过生成建议来删除未使用的头文件和添加直接的头文件,从而提高代码质量。该功能还提供了删除未使用头文件的建议和添加直接包含的建议,以优化编译时间。您可以通过配置代码清理来快速执行代码清理。默认情况下,#include清理是禁用的,但您可以通过启用它并调整设置来满足您的需求。