I\'m assigned to take some messed code from other developers who have already left the company recently.
I am curiously asking is there some plug-in of Visual Studio
If you're a heavy visual studio user, you can simply open your preference settings and add the following to your settings.json:
... "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true } ....
Hopefully this can be helpful!