“Formatter kodu w Visual Studio” Kod odpowiedzi

Automatia formatu Viscode

{
    // 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"
    ]
}
Combative Crab

Formatter kodu w Visual Studio

// For Visual Studio
Ctrl + K, Ctrl + D
ekkamrit

Odpowiedzi podobne do “Formatter kodu w Visual Studio”

Pytania podobne do “Formatter kodu w Visual Studio”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu