Introduccion a VSCode
Introduccion a VSCode
Atajos de teclado de VSCode:
Command Palette
El atajo de teclado para abrir la Command Palette es Ctrl+Shift+P. Nos permite acceder a toda las funcionalidades de VSCode y permite ver los atajos de teclado de las funciones más comunes.
La Command Palette nos permite ejecutar comandos de editor, abrir ficheros, buscar símbolos, ir a una determinada línea en un fichero, …
- Ctrl+Pte permite navegar a cualquier archivo o símbolo escribiendo su nombre.
- Ctrl+Tabte permite alternar entre el último conjunto de archivos abiertos.
- Ctrl+Shift+Ote permite navegar a un símbolo específico en un archivo.
- Ctrl+Gte permite navegar a una línea específica en un archivo.
Escribir ? nos muestra una ista de los comandos disponibles.
- Open a folder
- File > Open Folder (Ctrl+K Ctrl+O)
 
- File > Open Folder (
- File Explorer
- View > Explorer (Ctrl+Shift+E)
 
- View > Explorer (
- Search view
-View > Search (Ctrl+Shift+F)
- Source Control
- View > Source Control (SCM) (Ctrl+Shift+G)
 
- View > Source Control (SCM) (
- Run and Debug
- View > Run (Ctrl+Shift+D)
 
- View > Run (
- Extensions view
- View > Extensions (Ctrl+Shift+X)
 
- View > Extensions (
- Open the Command Palette.
- View > Command Palette… (Ctrl+Shift+P)
 
- View > Command Palette… (
- Output panel
- View > Output (Ctrl+K Ctrl+H)
 
- View > Output (
- Debug Console
- View > Debug Console (Ctrl+Shift+Y)
 
- View > Debug Console (
- Problems panel
- View > Problems (Ctrl+Shift+M)
 
- View > Problems (
- Integrated Terminal
- View > Terminal (Ctrl+`)
- Create new terminal.
- Create New Terminal (Ctrl+Shift+`)
 
- Create New Terminal (
- Create a new file
- File > New File (Ctrl+N)
 
- File > New File (
- Save a file
- File > Save (Ctrl+S)
 
- File > Save (
- Auto Save
- File > Auto Save
 
- Run
- Run > Start Debugging (F5)
 
- Run > Start Debugging (
- Programming language extensions
- Python - IntelliSense, linting, debugging, code formatting, refactoring, and more.
- Live Preview - Hosts a local server to preview your webpages.
 
- Zoom
- Zoom out (Ctrl+-)
- Zoom in (Ctrl+=)
 
- Zoom out (
- Customize your editor with color themes.
- File > Preferences > Theme > Color Theme (Ctrl+K Ctrl+T)
 
- File > Preferences > Theme > Color Theme (
- Automatically format the source code.
- Format Document command (Ctrl+Shift+I)
 
- Format Document command (
Download and install VS Code. From https://code.visualstudio.com/download Open a folder File > Open Folder (Ctrl+K Ctrl+O) File Explorer View > Explorer (Ctrl+Shift+E) Search view View > Search (Ctrl+Shift+F) Source Control View > Source Control (SCM) (Ctrl+Shift+G) Run and Debug View > Run (Ctrl+Shift+D) Extensions view View > Extensions (Ctrl+Shift+X) Open the Command Palette. View > Command Palette… (Ctrl+Shift+P) Output panel View > Output (Ctrl+K Ctrl+H) Debug Console View > Debug Console (Ctrl+Shift+Y) Problems panel View > Problems (Ctrl+Shift+M) Integrated Terminal View > Terminal (Ctrl+`) Create a new file File > New File (Ctrl+N) Save a file File > Save (Ctrl+S) Auto Save File > Auto Save Run Run > Start Debugging (F5) Programming language extensions Python - IntelliSense, linting, debugging, code formatting, refactoring, and more. Live Preview - Hosts a local server to preview your webpages. Zoom Zoom out (Ctrl+-) Zoom in (Ctrl+=) Customize your editor with color themes. File > Preferences > Theme > Color Theme (Ctrl+K Ctrl+T)
El texto puede estar en negrita, en cursiva, o tachado.
Puedes enlazar a otra página.
Puedes resaltar código en línea con comillas invertidas.

Esto es una cita en bloque, que se utiliza comúnmente para citar a otra persona o documento.
Las citas en bloque se indican con un
>al inicio de cada línea.
// Código JavaScript con resaltado de sintaxis.var fun = function lang(l) {  dateformat.i18n = require('./lang/' + l);  return true;};function demo() {  // Esta línea (#2) y la siguiente están resaltadas  return 'Esta es la línea #3 de este fragmento';}// Términos individuales también pueden ser resaltadosfunction demo() {  return 'También las expresiones regulares son compatibles';}function demo() {  console.log('Estos son tipos de marcadores insertados y eliminados');  // La declaración de retorno utiliza el tipo de marcador predeterminado  return true;}function thisIsJavaScript() {  // ¡El bloque completo se resalta como JavaScript,  // y aún podemos añadir marcadores de diferencias a él!  console.log('Código antiguo a eliminar')  console.log('¡Nuevo y brillante código!')}console.log('¡Hola mundo!');npm installecho "Esto no se renderiza como una terminal a pesar de usar el lenguaje bash"¿Dónde y cuándo es más visible la constelación de Andrómeda?
La constelación de Andrómeda es más visible en el cielo nocturno durante el mes de noviembre en latitudes entre +90° y −40°.
 
 