gpt4 book ai didi

c# - 在 ReSharper 中允许同行空方法

转载 作者:太空狗 更新时间:2023-10-30 00:30:49 25 4
gpt4 key购买 nike

有没有办法告诉 ReSharper 允许空方法和构造函数使用同行括号?

例如:

MyConstructor(int x) : BaseConstructor(x) { }

protected virtual void Foo() { }

不应转换为:

MyConstructor(int x) : BaseConstructor(x)
{
}

protected virtual void Foo()
{
}

在第一种情况下,我不需要方法体,我只需为父构造函数提供参数。

在第二种情况下,我定义了一个“可选的抽象”方法,方法是使其成为虚拟的,因此不需要主体。

最佳答案

转到 ReSharper -> 选项... -> 代码编辑 -> C# -> 格式化样式 -> 大括号布局
找到Empty bracets formatting并将其设置为Together on the same line

这是一个屏幕截图,显示了如何找到该设置。

enter image description here

关于c# - 在 ReSharper 中允许同行空方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32900895/

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