0
Good afternoon, you guys.
Visual Studio Code has a native configuration to change key indentation (C#)?
I have installed the extension C# Fixformat, but when saving the file it starts this way:
public class teste {
}
I’d like you to think so:
public class teste
{
}
Does this link help you? https://stackoverflow.com/questions/47352611/vs-code-doesnt-format-c-sharp-code
– Edward Ramos
Check also if C# is enabled ai http://prntscr.com/on3jil Sometimes someone may have disabled etc... I even took a lot of stuff I don’t use to make the software lighter
– hugocsl