Answers for "code formatter in visual studio"

C#
6

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
0

code formatter in visual studio

// For Visual Studio
Ctrl + K, Ctrl + D
Posted by: Guest on March-31-2022

Code answers related to "code formatter in visual studio"

C# Answers by Framework

Browse Popular Code Answers by Language