-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugIDE-FormatterCode formatter and/or smart indentCode formatter and/or smart indenthelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Description
15.5.7 without ReSharper enabled
To repro, start with something like the following in the editor:
using System;
public static class Program
{
public static void Main()
{
Action x = () =>
{
// Comment
var a = 1;
var b = 2;
};
}
}Select the last semicolon (line 12) and retype it to trigger reformatting. Result:
using System;
public static class Program
{
public static void Main()
{
Action x = () =>
{
// Comment
var a = 1;
var b = 2;
};
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBugIDE-FormatterCode formatter and/or smart indentCode formatter and/or smart indenthelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Type
Projects
Status
Completed