Smart Break Line
Hello, is there anything similar to Visual Studio's Smart Break Line (Shift + Enter) that adds curly brackets automatically in Rider?
Please sign in to leave a comment.
Hello, is there anything similar to Visual Studio's Smart Break Line (Shift + Enter) that adds curly brackets automatically in Rider?
Please sign in to leave a comment.
There is no exact same function in Rider, editor could auto-import the missing delimeters by default.
You can use Live Templates for creating class/struct in Rider, thus braces will be auto imported with the template code.