Rider: Inserting a new line after a function.
public void Blah(){
<--- is there a way to insert a newline here --->
int var = something;
It seems you can do this for all sorts of things like case statements but nothing else?
Please sign in to leave a comment.
Unfortunately, Rider does not support this yet. I've created a feature request on our tracker. Feel free to upvote/comment on the issue.
Thanks!