“más bonito en guardar VScode” Código de respuesta

Habilitar formato en guardar VScode Prettier

To automatically format the file on save, In Visual Studio Code, 
- Press Ctrl + Shift + P to open the command palette 
- and type setting and then select Preferences: Open User Settings option.
- Search for format on save setting and check the checkbox.
Lye Jia Jun

más bonito en guardar VScode

// Set the default"editor.formatOnSave": false,// Enable per-language"[javascript]": {    "editor.formatOnSave": true}
Difficult Dragonfly

Respuestas similares a “más bonito en guardar VScode”

Preguntas similares a “más bonito en guardar VScode”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código