Comments like in Visual Studio Follow
Answered
Hi,
the comment looks more convenient to me. We are working in a Team with some guys using Rider and some guys using Visual Studio. With that feature the comments would align in the same way, no matter which IDE is used.
See the sample below.
Kind regards and thanks to this great IDE
Example:
public void Method()
{
CODE;
}
Visual Studio:
public void Method()
{
// CODE
}
Rider:
public void Method()
{
// CODE
}
Please sign in to leave a comment.
Yep! It so ugly... Please make an option to choose how to place inline comment open term: std or much closer to code. Think it possible to apply to block comment open/close terms.
Hey, here is an issue on YouTrack, please feel free to vote: https://youtrack.jetbrains.com/issue/RIDER-12660