Do not wrap method name on new line
Hi,
Where to find the settings to not allow method names to wrap on new line if the name is longer than Hard Wrap limit.
Say that i have hard wrap at 80 and i wrote this method:
public async Task MyLongMethodNameThisShouldBelongerThanHardWrapLimitAndNeedToBeNotOnNewLine(int parameter)
That line i want to wrap like this:
public async Task MyLongMethodNameThisShouldBelongerThanHardWrapLimitAndNeedToBeNotOnNewLine(
int parameter)
But now it wrap like this:
public async Task
MyLongMethodNameThisShouldBelongerThanHardWrapLimitAndNeedToBeNotOnNewLine(
int parameter)
Any settings for that?
Please sign in to leave a comment.
Hello Kimpa ,
Thank you for reaching Rider Forum.
At the moment this formatting style is not available, however, I have created a feature request with the ID RSRP-494014. Please upvote it for a bigger awareness or subscribe by pressing the Watch issue button to receive updates on the matter.
Let me know if you know any further questions. Have a nice day!
Ok, thanks for your replay.