gpt4 book ai didi

c# - ReSharper 中方法链中的点自动换行

转载 作者:太空狗 更新时间:2023-10-29 17:58:42 26 4
gpt4 key购买 nike

根据我当前的设置,ReSharper 会像这样打断长行:

var attributes =
GetType().GetMethod((string) filterContext.RouteData.Values["action"]).GetCustomAttributes(
typeof (AutomaticRedirectToViewAttribute), false);

我认为这比根本不打破这条线要好,但在方法/属性的点上打破它对我来说更有意义:

var attributes = 
GetType()
.GetMethod((string) filterContext.RouteData.Values["action"])
.GetCustomAttributes(typeof (AutomaticRedirectToViewAttribute), false);

(它不必看起来完全像这样。)我如何设置 ReSharper 以这种方式执行此操作?我没有在它的设置中找到这样的选项。

最佳答案

This issue暗示 Resharper 尚无法实现。

我好像也记得一个论坛帖子,但是我找不到了。

关于c# - ReSharper 中方法链中的点自动换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3717925/

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