“Formatter kode di Visual Studio” Kode Jawaban

Format Viscode Otomatis

{
    // 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 kode di Visual Studio

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

Jawaban yang mirip dengan “Formatter kode di Visual Studio”

Pertanyaan yang mirip dengan “Formatter kode di Visual Studio”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya