Answers for "format in visual studio code"

43

format code in vs code

On Windows Shift + Alt + F.
On Mac Shift + Option + F.
Posted by: Guest on July-09-2020
11

format in visual studio code

Ctrl+K Ctrl+F
Posted by: Guest on June-19-2020
3

viscode format automatico

{
    // Controls if the editor should automatically format the line after typing
    "beautify.onSave": true,

    "editor.formatOnSave": true,

    // You can auto format any files based on the file extensions type.
    "beautify.JSfiles": [
        "js",
        "json",
        "jsbeautifyrc",
        "jshintrc",
        "ts"
    ]
}
Posted by: Guest on March-18-2020

Code answers related to "format in visual studio code"

Browse Popular Code Answers by Language