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/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
- use ctrl-k, ctrl-s: to see the key bindings
- search for ctrl k + ctrl w: for example
- Then you can do
- 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
- Use view to pull up the outline view
- This typically shows up at left bottom
- Use the tiny icon next to outline to "collapse all" to see just a set of functions
- 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
- ctrl-shift-p: Reload window
satya - 3/9/2024, 11:22:12 PM
Save all: Ctrl-k, followed by "s"
- ctrl-k and release
- press "s"
satya - 3/9/2024, 11:23:28 PM
Or Ctrl-shift-p: save
- vscode command: ctrl-shift-p
- search for save
- 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
- Click on search icon on the left
- or use ctrl-shift-f
- Type in the word
- It will pull up all the files where that text is
- Very useful
satya - 4/11/2024, 11:01:19 AM
How to see Vscode updates. Read them online