Is normal word wrap available in ReSharper?
Simple, long, chop and all available, but I do not see a way to just enable plain indented word wrap. Like so:
public void LongMethod(string a, int b, long c,
double d, bool d)
{
// method implementation
}
Please sign in to leave a comment.