Visual Studio Code - SidVal/dev.web GitHub Wiki

Tips a probar

  • Activar y desactivar Wrap para el texto ALT + Z
  • Sugerencias o atajos: Ctrl+Espacio | Leer cómo crear tus propios atajos.
  • Buscar referencias, primero doble clic a una palabra, luego F4 para buscar y Shift+F4 para ir saltando entre las referencias.
  • Cambiar entre vistas: Ctrl+Shift+V
  • Paleta de Comandos: Ctrl+Shift+P
  • Abrir Workspace Settings: Ctrl+, | Leer sobre settings
  • Editando HTML, si seleccionas líneas y presionas Ctrl+K y Ctrl+C, se comenta la selección.
    • Para deshacer lo anterior (el comentario), presionar Ctrl+K y Ctrl+U
  • En CSS, si presionas Ctrl+Shift+O ...

Tener en cuenta atajos del teclado

Lecturas varias

Extensiones a probar

Linters

A linter is a tool that provides warnings for suspicious looking code. VS Code supports linters through extensions. Linters provide warnings, errors, and light bulb actions.

VS Code provides support for JavaScript linters, including ESLint, JSHint and StandardJS. If enabled, the JavaScript code is validated as you type and you can navigate to reported problems and fix them inside VS Code.


Testeadas y eliminadas


⚠️ **GitHub.com Fallback** ⚠️