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?

0
2 comments

Unfortunately, Rider does not support this yet. I've created a feature request on our tracker. Feel free to upvote/comment on the issue.

1

Please sign in to leave a comment.