问题描述
大家好,
我有C#的Visual Studio Express 2017,我试图在Doxygen的类属性中添加一些内联注释,并在我的声明和我的声明之间评论我希望有标签来正确对齐我的评论。然而,每次
我按下自动形式键Ctrl-K Ctrl-D时,VS会删除这些标签。设置"保持标签"并没有帮助。在"工具/选项/文本编辑器/ C#/标签"下。 VS无论如何都不会保留这些标签。我没有在"C#/代码样式/格式"下找到任何内容。或者。
无论如何都要阻止autoformat更换我的标签?
亲切的问候是
Alex
Hello everyone,
I have Visual Studio Express 2017 for C# and I am trying to add some inline comments to my class attributes for Doxygen, and between my declaration and my comment I wish to have tabs to align my comments properly. VS however deletes those tabs every time I hit the autoformat keys Ctrl-K Ctrl-D. It doesn't help to set "Keep tabs" under "Tools/Options/Text Editor/C#/Tabs". VS doesn't keep those tabs anyway. I didn't find anything under "C#/Code Style/Formatting" either.
Is there anyway to prevent autoformat from replacing my tabs?
Kind regards
Alex
这篇关于Autoformat用空格替换制表符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!