gpt4 book ai didi

c++ - 使用 Visual Studio 进行高级 (C++) 源代码重新格式化?

转载 作者:bug小助手 更新时间:2023-10-28 10:47:26 32 4
gpt4 key购买 nike

我们希望能够直接从 Visual Studio IDE 重新格式化代码的 C++ block /函数,以便开发人员可以轻松地确保他们插入的新代码符合我们的格式准则。

我找到了Artistic Style tool ,它几乎涵盖了我们需要的功能。但是,它只能在 CLI 中处理整个文件,因此对于我们想要使用它的内容不是很有帮助。 (整个文件重新格式化肯定不是我们想要的 [a]。)

Visual Studio (2005) 的自动格式化功能有限,但是 AFAICS,这些主要是关于正确缩进,有点缺乏。

所以我的问题是,是否有任何工具可以对 VS IDE 中的选择进行高级重新格式化,或者是否有使用 AStyle 的 VS IDE 插件?

编辑:链接到的问题推荐了一个工具 - ProFactor's StyleManager - 还有其他类似的工具吗?

注意 [a]:重新格式化整个文件或整个项目树仅对个人项目或初始代码 checkin 有用,恕我直言。对于(大型)团队项目,全面重新格式化会弄乱文件或文件内行的更改历史记录,从而更难跟踪谁更改了什么。

最佳答案

我发现一篇博客文章描述了如何将外部代码格式化程序与 Visual Studio 集成:Per-Project Code Formatting in Visual Studio

(...) You can then configure your IDE(s) so that their default formatting commands instead use Uncrustify. In Visual Studio, for example, one can set up an external tool. Assuming uncrustify.cfg is next to the solution file, then the command line

-c $(SolutionDir)uncrustify.cfg --no-backup "$(ItemPath)"

will reformat the current source file. You can then assign a keyboard mapping (or reassign the one for Edit.FormatDocument, like me) for quick access.

我没有尝试过,但似乎可以归结为将您的格式化程序(例如 ASTLye/Uncrustify)配置为 Visual Studio 中的外部工具,以便能够在 IDE 的源文件上调用它。

仍然只是每个文件,但似乎是我发现的更好的想法之一。

关于c++ - 使用 Visual Studio 进行高级 (C++) 源代码重新格式化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5246170/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com