在Azure Dev中格式化水平线

时间:2019-01-16 03:31:51

标签: azure-devops

Visual Studio 2017具有良好的格式设置工具(Word wrapShow visual glyphs for word wrap),如果行比窗口大,则在新行中显示水平线。(来自Formatting horizontal lines in Visual Studio 2017

VS

这真是一件好事。我的问题是:Azure Devops是否有能力重新格式化代码?

Dev azure

1 个答案:

答案 0 :(得分:1)

  

在Azure Dev中设置水平线

当您使用Azure Devops 网络代码编辑器时,就像在网络代码编辑器中编辑文件/代码一样,我们可以右键单击编辑器,然后选择用户首选项 >> 启用自动换行

enter image description here

enter image description here

但是,在“提交请求”提交中,MS答复了禁用自动换行的行为是设计使然的,这使得更好地看到同一行中的区别:

enter image description here

检查this thread了解更多详细信息。

希望这会有所帮助。