Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 941 Bytes

vscode.md

File metadata and controls

59 lines (38 loc) · 941 Bytes

VSCode

Sync Configuration:

GitHub Token: 5ed75fa3f8f35527217e4943f51b4b0e9663c5d6 GitHub Gist: 0b60fadc9c1afbf0491764b6fe30efeb GitHub Gist Type: Secret

Multi cursor

Ctrl + Shift + Alt + DownArrow/RightArrow Select Block

Ctrl + Shift + L Select all as same name

Ctrl + D Select all as same name step by step

Pannel

Ctrl + p open pannel for searching some file

Ctrl + p + p open the las file you have been

Ctrl + Shift + p open pannel configuration

Ctrl + , open configuration about VSCode

Develop

Ctrl + Shift + O Show you all your symbols inside this file (methods, variables, class, etc)

Terminal

Ctrl + T Toggle terminal

Ctrl + Shift + T Create new view of Terminal (new instance)

only focusing a terminal

Ctrl + Shift + 5 Create new pannel inside of Terminal

Alt + ArrowLeft/Right Switch between pannel

Alt + ArrowUp/Down Switch between Terminals

Ctrl + Q Remove terminal