Describe your feature request
Please add automatic code formatting for C#
What problem(s) would this feature solve?
Beginner’s code or copy&pasted code would be much easier to read & debug.
Describe your feature request
Please add automatic code formatting for C#
What problem(s) would this feature solve?
Beginner’s code or copy&pasted code would be much easier to read & debug.
Doesn’t Crtl + S work? Normally it auto formats the code, does this work differently for C#?
Does not, at least for me not. (tested on Windows Firefox and Chrome)
This button should also format the file
Sometimes it takes a while to appear
Also does Crtl + S just do nothing or does it say Formatting Failed?
@JohnnySuriano @JanKoupil Code formatting is not currently supported in C# (as far as my knowledge goes).
In that case they should definitely add it as it’s a huge time saver for me in other languages
I’ve never formatted code ever.
Strange it seems to me like in the new ui it has been removed or something.
If you’ve never formatted code, you probably have never been part of an Agile Scrum team for 8 years like I was. We had an XML file of all our team formatting standards that each of us was required to install into our copy of Visual Studio, assuming we wanted to keep our job, that is.
yeah would like to see this. I currently use the AI feature in desktop app to format the code. (select all code, right click, edit and “format code”)