What are the shortcuts for showing command palette? ( 2 )
How to quick open file ?
How to open and close window? ( 2 )
How to open user settings?
How to change keyboard settings?
How to move the code above or below?
How to automatically copy and paste on the above / below ?
How to delete the entire line of code?
How to insert a line above or below ? ( 2 )
How to jump to the matching bracket ( {} ) ?
How to indent / outdent line?
How to go to the start of the code / end of the file?
How to scroll page up and down?
Alt + PgUp / PgDn
How to collapse / unfold the code with {} ( if ( i > 0 ) { System…(”Yes”) }, it will collapse the System…(”Yes”) )
How to change the code to comment / change back to code?
How to toggle line comment
How to navigate a specific line?
How to see created symbols ( created variables , class, methods ), then press what to change the name for the whole project?
How to show problems panel?
Press what to show next / previous error or warning?
How to go to previous tab?
How to go back / forward tab
How to select multiple line by mouse to edit simultaneously
How to insert cursor line above / below ?
Ctrl + Alt + ↑ / ↓