Open vsfeedback opened 4 years ago
public static void Method()
{
value.Call(x =>
{
x.A().B();
});
}
A()
, right before the .
public static void Method()
{
value.Call(x =>
{
x.A()
.B();
});
}
public static void Method()
{
value.Call(x =>
{
x.A()
.B();
});
}
This issue has been moved from a ticket on Developer Community.
This is what my method looks like after typing it with no typos. I have to fix the indentation manually, even
Edit -> Advanced -> Format Document
doesn't fix the indentation.I would expect it to look like this:
Original Comments
Feedback Bot on 4/28/2020, 09:20 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Feedback Bot on 4/29/2020, 09:57 AM:
Thank you for sharing your feedback! Our teams prioritize action on product issues with broad customer impact. See details at: https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq. In case you need answers to common questions or need assisted support, be sure to use https://visualstudio.microsoft.com/vs/support/. We’ll keep you posted on any updates to this feedback.
Feedback Bot on 6/4/2020, 08:01 PM:
I have detected that for the last 35 days, this issue didn't have much product team activity and a very small amount of new votes or comments. Based on this, its severity, and affected area, it’s my experience that this issue is very unlikely to be fixed.
Original Solutions
(no solutions)