VS-code The code formatting command and the Shift + Alt + F shortcut do not work

Any clues why my VS Code "Format Code" command is not working? I used Shift + Ctrl + P and entered the code format or used the keyboard shortcut Shift+ Alt+ F. Nobody seems to be working. Any clue?

+4
source share
3 answers

, . (Ctrl + K, M Ctrl + Shift + P → )

0

If there is an error in your code, formatting will not allow you to change the layout. Correct any errors that you have (if they exist, of course), then try shift+ alt+ f.

0
source

Source: https://habr.com/ru/post/1656261/


All Articles