qnd:vs_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qnd:vs_code [2024/11/14 15:58] mguptonqnd:vs_code [2026/04/13 16:44] (current) mgupton
Line 6: Line 6:
   * ''Ctrl + shift + f'', search for string across all files in currently opened folder   * ''Ctrl + shift + f'', search for string across all files in currently opened folder
   * ''Ctrl + r'', open recently opened files/folders   * ''Ctrl + r'', open recently opened files/folders
 +  * ''Ctrl + k'' ''Ctrl + o'', open folder
 +  * ''Ctrl + k'' + ''F'', close folder
  
   * ''Ctrl + shift + o'', go to symbol in current file (e.g. function)   * ''Ctrl + shift + o'', go to symbol in current file (e.g. function)
Line 28: Line 30:
   * ''Alt + z'', wrap text   * ''Alt + z'', wrap text
   * ''Ctrl + h'', find and replace   * ''Ctrl + h'', find and replace
 +
 +  * ''Ctrl + k, Ctrl + 0'', fold/collapse all blocks
 +  * ''Ctrl + k, Ctrl + j'', unfolder/expand all blocks
 ===== Customized Shortcuts ===== ===== Customized Shortcuts =====
   * Show/hide left sidebar, ''Alt + 1''   * Show/hide left sidebar, ''Alt + 1''
   * Show/hide bottom panel, ''Alt + 4''   * Show/hide bottom panel, ''Alt + 4''
-  * Show/hide file explorer panel, ''Alt + 2'' +  * Show/hide file explorer panel, ''Alt + 2'', ''workbench.explorer.fileView.toggleVisibility'' 
-  * Show/hide file source control, ''Alt + 3''+  * Show/hide file source control, ''Alt + 3'', ''View: Show Changes'' 
 +    * Default: ''Ctrl + Shift = G'' 
 + 
 +====== Settings ====== 
 +  * Modify the setting ''editor.wordSeparators'' to change how words are recognized and selected
  
 ====== Debugging ====== ====== Debugging ======
  • qnd/vs_code.1731599936.txt.gz
  • Last modified: 2024/11/14 15:58
  • by mgupton