在 VS 2010 中,“格式化文档”命令(即:Ctrl-k、Ctrl-d)将制表符交换为空格,尽管在选项中设置相反

发布于 2024-10-27 05:41:55 字数 182 浏览 6 评论 0原文

如果您在 Visual Studio 2010 中使用“设置文档格式”命令(即:Ctrl-k、Ctrl-d),则最终结果是所有制表符都替换为空格的文档。

尽管我已将 Tools-Options-Text Editor-C#-Tabs 设置为: <智能、4、4、保留标签页>

If you use the "Format Document" command (ie: Ctrl-k, Ctrl-d) in Visual Studio 2010, the final result is a document where all of the tabs are swapped with spaces.

All that happens although I have set Tools-Options-Text Editor-C#-Tabs to:
<Smart, 4, 4, Keep tabs>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染柒℉ 2024-11-03 05:41:55

我发现了我的错误。

我的所有 XAML 文件都出现了问题。我刚刚意识到有两种不同的方法来修复我的错误:

  • 为一般文档设置“选项卡”选项(如果您没有修改 XAML“选项卡”选项)。
  • 直接在 XAML 选项部分中设置“选项卡”选项。

谢谢
埃里克

I found my bug.

It was with all my XAML file that I had my problems. I just realised that there is 2 differents way to fix my bug:

  • Set the "Tabs" option for general document (if you haven't modify the XAML "Tabs" option).
  • Set the "Tabs" options directly in the XAML option section.

Thanks
Eric

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文