Skip to content

Productividad con VSCode

Productividad con VSCode

Find features and keyboard shortcuts in the Command Palette View > Command Palette… (Ctrl+Shift+P) Quick Open recent files or search by filename Ctrl+P to show the Quick Open dropdown Go to Line in a file type filename:line number Go to Symbol in a file type filename@symbol name View Quick Open options type ? Quick Open multiple files press Right Arrow to open the selected file but leave the dropdown available Multi-cursor selection Alt+Click on Windows and Linux, Option+Click on macOS to add a new cursor Shift+Alt+Up Shift+Alt+Down to add a new cursor above or below the current position Ctrl+Shift+L to add cursors to all matches of the current selection Auto Save changes File > Auto Save Open the Settings editor File > Preferences > Settings (Ctrl+,) Set Format On Type check Editor: Format on Type Set Format On Paste check Editor: Format on Paste IntelliSense smart code completions trigger IntelliSense with Ctrl+Space N