How to format file | project folder | all project files (using hot keys AND using menu) in Visual Studio Code?
If you're on Windows use Shift + Alt + F to make your code "pretty".
(This is similar to Ctrl + K + D in Visual Studio)
You will have to do this for each individual file though. I don't know of a way to format all files at once.