gpt4 book ai didi

visual-studio - Visual Studio切换语句格式

转载 作者:行者123 更新时间:2023-12-03 10:37:52 25 4
gpt4 key购买 nike

我使用的是Visual Studio2005。它总是想要格式化开关语句,如下所示:

switch (thing)
{
case A:
stuff;
break;

case B:
things;
break;
}

有没有办法缩进这样的情况?:
switch (thing)
{
case A:
stuff;
break;

case B:
things;
break;
}

最佳答案

到这里:

Tools > Options > Text Editor > C# > Formatting > Indentation > Indent case labels

关于visual-studio - Visual Studio切换语句格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/612516/

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