vscode shortcuts

satya - 9/13/2020, 11:07:49 AM

ctrl-shift-p: Command interpreter

ctrl-shift-p: Command interpreter

satya - 9/13/2020, 11:08:03 AM

ctrl-b: Maximize the editor

ctrl-b: Maximize the editor

satya - 9/13/2020, 11:18:01 AM

ctrl-p: locate file to open

ctrl-p: locate file to open

satya - 9/13/2020, 11:18:31 AM

Code navigation article on vscode

Code navigation article on vscode

satya - 9/13/2020, 11:18:52 AM

Basic editing reference

Basic editing reference

satya - 9/13/2020, 11:21:24 AM

navigation shortcuts

navigation shortcuts

satya - 9/18/2020, 10:00:52 AM

ctrl-k w: close all editors

ctrl-k w: close all editors

satya - 9/18/2020, 10:01:15 AM

ctrl-shift-f: find in files

ctrl-shift-f: find in files

satya - 1/29/2024, 11:56:19 AM

Close others


Close Others
workbench.action.closeOtherEditors

satya - 1/31/2024, 2:37:51 PM

How do I see all my key bindings: ctrl-k ctrl-s

How do I see all my key bindings: ctrl-k ctrl-s

satya - 1/31/2024, 2:42:41 PM

I used


ctrl-k + ctrl-h: Close all other editors

satya - 1/31/2024, 2:44:01 PM

Some steps for key bindings

  1. use ctrl-k, ctrl-s: to see the key bindings
  2. search for ctrl k + ctrl w: for example
  3. Then you can do
  4. ctrl k + ctrl w + a, b, c, d ....etc until you find an open one

satya - 1/31/2024, 2:53:30 PM

How to quickly locate a function in a large .py file

  1. Use view to pull up the outline view
  2. This typically shows up at left bottom
  3. Use the tiny icon next to outline to "collapse all" to see just a set of functions
  4. Clicking on the function will take you to the location

satya - 2/11/2024, 4:55:35 PM

Toggle and remove bottom view: ctrl-J

Toggle and remove bottom view: ctrl-J

satya - 2/11/2024, 4:55:50 PM

Toggle and remove the left pane: ctrl-b

Toggle and remove the left pane: ctrl-b

satya - 2/14/2024, 6:05:44 PM

Reload window

  1. ctrl-shift-p: Reload window

satya - 3/9/2024, 12:17:38 PM

settings for python type checking

settings for python type checking

satya - 3/9/2024, 11:22:12 PM

Save all: Ctrl-k, followed by "s"

  1. ctrl-k and release
  2. press "s"

satya - 3/9/2024, 11:23:28 PM

Or Ctrl-shift-p: save

  1. vscode command: ctrl-shift-p
  2. search for save
  3. file: save all files

satya - 3/9/2024, 11:24:10 PM

is there a way to hide comments and copy the code without comments in vscode?

is there a way to hide comments and copy the code without comments in vscode?

Search for: is there a way to hide comments and copy the code without comments in vscode?

satya - 4/1/2024, 1:59:36 PM

Markdown previews


command keys
search for:
   Markdown:
     Open Preview: ctrl-shift-v (new tab)
     open to the side: ctrl-k-v

satya - 4/1/2024, 2:00:08 PM

command: Markdown: Open Preview

command: Markdown: Open Preview

satya - 4/9/2024, 12:39:15 PM

ctrl-shift-f: How to search for a string anywhere in files

  1. Click on search icon on the left
  2. or use ctrl-shift-f
  3. Type in the word
  4. It will pull up all the files where that text is
  5. Very useful

satya - 4/11/2024, 11:01:19 AM

How to see Vscode updates. Read them online

How to see Vscode updates. Read them online