“Форматер кода в Visual Studio” Ответ

Формат Viscode 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"
    ]
}
Combative Crab

Форматер кода в Visual Studio

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

Ответы похожие на “Форматер кода в Visual Studio”

Вопросы похожие на “Форматер кода в Visual Studio”

Смотреть популярные ответы по языку

Смотреть другие языки программирования