C
C#2y ago
surwren

Automatic Formatting with MSVS

I've googled this but none of the solutions seem to work? https://stackoverflow.com/questions/5755942/how-do-you-auto-format-code-in-visual-studio I'm just trying to format my code (spacing, etc) with the autoformatter without doing it manually.
Stack Overflow
How do you auto format code in Visual Studio?
I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.
5 Replies
RazorSharpFang
Have you opened the solution?
surwren
surwren2y ago
What do you mean?
RazorSharpFang
Solutions may not be opened by default. If you do not have an open solution, you should open said solution. If you do not have a solution, I recommend creating a solution for your project.
surwren
surwren2y ago
yes, a solution is open for the project
RazorSharpFang
Can you send a screenshot?