Editar código con VSCode
Editar código con VSCode
El mejor modo de empezar a programar con VSCode es crear una carpeta para tu proyecto y abrirlo en el editor File > Open Folder (Ctrl+K Ctrl+O), este será tu Workspace.
Algunos atajos de teclado útiles
- Automatically format the source code.
- Format Document command (Ctrl+Shift+I)
 
- Format Document command (
- Turn on Auto Save.
- File > Auto Save
 
- Display the Integrated Terminal.
- View > Terminal (Ctrl+`)
 
- View > Terminal (
- Split the terminal.
- Split Terminal (Ctrl+Shift+5)
 
- Split Terminal (
- Create new terminal.
- Create New Terminal (Ctrl+Shift+`)
 
- Create New Terminal (
 
 