Resharper 强制点前断线
如何在点之前强制换行?
例如:
Method()
.CallAnother()
.AndAnother()
我还想传递以下内容:
Bind<IService>().ToMethod(ctx => new DataRetrievalService()).InSingletonScope().Named(
"LIVESERVICE");
如:
Bind<IDataRetrievalService>()
.ToMethod(
ctx => new AdobeDataRetrievalService())
.InSingletonScope()
.Named("LIVESEARCHRETRIEVALSERVICE");
这可能是同一件事,也可能是不同的事情?
How do you force line breaks before the dot?
For example:
Method()
.CallAnother()
.AndAnother()
I also want to flow the following:
Bind<IService>().ToMethod(ctx => new DataRetrievalService()).InSingletonScope().Named(
"LIVESERVICE");
As:
Bind<IDataRetrievalService>()
.ToMethod(
ctx => new AdobeDataRetrievalService())
.InSingletonScope()
.Named("LIVESEARCHRETRIEVALSERVICE");
This may be the same thing or it could be something different??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 ReSharper 的 JetBrains YouTrack 网站上为此问题投票。希望如果它获得足够的支持,它将出现在下一个小版本中。
You can vote for this issue on the JetBrains YouTrack site for ReSharper. Hopefully if it garners enough support, it will be in the next minor release.