- Visual Code Cheat Sheet
- Cheat Sheet Mac Download
- Vscode Cheat Sheet Mac
- Cheat Sheet Mac Os
- Mac Cheat Sheet Pdf
- Vscode Cheat Sheet Mac Commands
Visual Studio Code keyboard Shortcuts helps developers maximize their productivity by allowing them to work faster and more efficiently. Here I am listing down all the keyboard shortcuts and cheats of Visual Studio Code editor for Windows, Mac and Linux Operating systems. Give a shot.
VS Code sets various context keys and specific values depending on what elements are visible and active in the VS Code UI. For example, the built-in Start Debugging command has the keyboard shortcut F5, which is only enabled when there is an appropriate debugger available (context debuggersAvailable is true) and the editor isn't in debug mode. When you don´t remember exactly how the syntax is or you just forgot how to use something, you usually google for it. This plugin will help you as a developer to find code documentation faster than ever! Just open up the command palette and search for.
Visual Studio Code – and the caption is Code Editing Redefined
It does exactly what it quotes. Teams microsoft download for mac. I can say this visual studio code is a combination of classic lightweight text editor and Microsoft visual studio IDE.
It’s free, open-source and cross-platform.
Most of the developers around the world started using Visual Studio Code. It’s good to know some useful keyboard shortcuts for this beautiful editor.
The good thing is if you are familiar with other text editors like sublime, vim, atom, eclipse etc. You can install corresponding editor keyboard bindings through extensions. there are lots of extensions available for keyboard mappings

Open Visual Studio Code and
Navigate to File->Preferences->Keymap Extensions install your choice of keymappings.
You can press Ctrl+Shift+P or F1 (windows and Linux users) and ⇧⌘P or F1 (Mac users) to open the command Palette and search for required keyboard shortcuts.
And also we can add our own keyboard bindings, at the end of this post I will explain how to change keyboard shortcuts for visual studio code. We can customize bindings for language types also.
General Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| To Show Command Palette | Ctrl+Shift+P, F1 | ⇧⌘P, F1 | Ctrl+Shift+P, F1 |
| To Open or Go to File.. | Ctrl+P | ⌘P | Ctrl+P |
| New visual code window or instance | Ctrl+Shift+N | ⇧⌘N | Ctrl+Shift+N |
| To Close window or instance | Ctrl+Shift+W | ⌘W | Ctrl+Shift+W |
| To open User Settings | Ctrl+, | ⌘, | Ctrl+, |
| To open Keyboard Shortcuts | Ctrl+K Ctrl+S | ⌘K ⌘S | Ctrl+K Ctrl+S |
Basic Editing Shortcuts:
| Command Action | Windows Keyboard Shortcut | Mac Keyboard Shortcut | Linux Keyboard Shortcut |
|---|---|---|---|
| Cut line (empty selection) | Ctrl+X | ⌘X | Ctrl+X |
| Copy line (empty selection) | Ctrl+C | ⌘C | Ctrl+C |
| Move line up/down | Alt+ ↑ / ↓ | ⌥↓ / ⌥↑ | Alt+ ↑ / ↓ |
| Copy line up/down | Shift+Alt + ↓ / ↑ | ⇧⌥↓ / ⇧⌥↑ | Shift+Alt + ↓ / ↑ |
| Delete line | Ctrl+Shift+K | ⇧⌘K | Ctrl+Shift+K |
| Insert line below | Ctrl+Enter | ⌘Enter | Ctrl+Enter |
| Insert line above | Ctrl+Shift+Enter | ⇧⌘Enter | Ctrl+Shift+Enter |
| Jump to matching bracket | Ctrl+Shift+ | ⇧⌘ | Ctrl+Shift+ |
| Indent/outdent line | Ctrl+] / [ | ⌘] / ⌘[ | Ctrl+] / [ |
| Go to beginning/end of line | Home / End | Home / End | Home / End |
| Go to beginning of file | Ctrl+Home | ⌘↑ | Ctrl+Home |
| Go to end of file | Ctrl+End | ⌘↓ | Ctrl+End |
| Scroll line up/down | Ctrl+↑ / ↓ | ⌃PgUp / ⌃PgDn | Ctrl+↑ / ↓ |
| Scroll page up/down | Alt+PgUp / PgDn | ⌘PgUp /⌘PgDn | Alt+PgUp / PgDn |
| Fold/unfold region | Ctrl+Shift+ [ / ] | ⌥⌘[ / ⌥⌘] | Ctrl+Shift+ [ / ] |
| Fold/unfold all subregions | Ctrl+K Ctrl+ [ / ] | ⌘K ⌘[ / ⌘K ⌘] | Ctrl+K Ctrl+ [ / ] |
| Fold/Unfold all regions | Ctrl+K Ctrl+0 / Ctrl+K Ctrl+J | ⌘K ⌘0 / ⌘K ⌘J | Ctrl+K Ctrl+0 / Ctrl+K Ctrl+J |
| Add line comment | Ctrl+K Ctrl+C | ⌘K ⌘C | Ctrl+K Ctrl+C |
| Remove line comment | Ctrl+K Ctrl+U | ⌘K ⌘U | Ctrl+K Ctrl+U |
| Toggle line comment | Ctrl+/ | ⌘/ | Ctrl+/ |
| Toggle block comment | Shift+Alt+A | ⇧⌥A | Shift+Alt+A |
| Toggle word wrap | Alt+Z | ⌥Z | Alt+Z |
Navigation Shortcuts:
| Command Action | Windows Keyboard Shortcut | Mac Keyboard Shortcut | Linux Keyboard Shortcut |
|---|---|---|---|
| Show all Symbols | Ctrl+T | ⌘T | Ctrl+T |
| Go to Line.. | Ctrl+G | ⌃G | Ctrl+G |
| Go to File.. | Ctrl+P | ⌘P | Ctrl+P |
| Go to Symbol.. | Ctrl+Shift+O | ⇧⌘O | Ctrl+Shift+O |
| Show Problems panel | Ctrl+Shift+M | ⇧⌘M | Ctrl+Shift+M |
| Go to next/previous error or warning | F8 /Shift+F8 | F8 / ⇧F8 | F8 /Shift+F8 |
| Navigate editor group history | Ctrl+Shift+Tab | ⌃⇧Tab | Ctrl+Shift+Tab |
| Go back/forward | Alt+ ← / → | ⌃- / ⌃⇧- | Alt+ ← / → |
| Toggle Tab moves focus | Ctrl+M | ⌃⇧M | Ctrl+M |
Search and replace Shortcuts:
| Command Action | Windows Keyboard Shortcut | Mac Keyboard Shortcut | Linux Keyboard Shortcut |
|---|---|---|---|
| Find | Ctrl+F | ⌘F | Ctrl+F |
| Replace | Ctrl+H | ⌥⌘F | Ctrl+H |
| Find next/previous | F3 / Shift+F3 | ⌘G / ⇧⌘G | F3 / Shift+F3 |
| Select all occurrences of Find match | Alt+Enter | ⌥Enter | Alt+Enter |
| Add selection to next Find match | Ctrl+D | ⌘D | Ctrl+D |
| Move last selection to next Find match | Ctrl+K Ctrl+D | ⌘K ⌘D | Ctrl+K Ctrl+D |
Multi-cursor and selection Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Insert cursor | Alt+Click | ⌥ + click | Alt+Click |
| Insert cursor above / below | Shift+Alt+ ↑ / ↓ | ⌥⌘↑ / ⌥⌘↓ | Shift+Alt+ ↑ / ↓ |
| Undo last cursor operation | Ctrl+U | ⌘U | Ctrl+U |
| Insert cursor at end of each line selected | Shift+Alt+I | ⇧⌥I | Shift+Alt+I |
| Select current line | Ctrl+I | ⌘I | Ctrl+I |
| Select all occurrences of current selection | Ctrl+Shift+L | ⇧⌘L | Ctrl+Shift+L |
| Select all occurrences of current word | Ctrl+F2 | ⌘F2 | Ctrl+F2 |
| Expand selection | Shift+Alt+→ | ⌃⇧⌘→ | Shift+Alt+→ |
| Shrink selection | Shift+Alt+← | ⌃⇧⌘← | Shift+Alt+← |
| Column (box) selection | Shift+Alt + (drag mouse) Or Ctrl+Shift+Alt + ↑ / ↓ | ⇧⌥ + (drag mouse) or ⇧⌥⌘↑ / ↓ | Shift+Alt + (drag mouse) or Ctrl+Shift+Alt + ↑ / ↓ |
| Column (box) selection page up/down | Ctrl+Shift+Alt +PgUp/PgDn | ⇧⌥⌘PgUp / PgDn | Ctrl+Shift+Alt +PgUp/PgDn |
Rich languages editing Shortcuts:
Visual Code Cheat Sheet
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Trigger suggestion | Ctrl+Space | Ctrl+Space | |
| Trigger parameter hints | Ctrl+Shift+Space | Ctrl+Shift+Space | |
| Emmet expand abbreviation | Tab | Tab | |
| Format document | Shift+Alt+F | Ctrl+Shift+I | |
| Format selection | Ctrl+K Ctrl+F | Ctrl+K Ctrl+F | |
| Go to Definition | F12 | F12 | |
| Peek Definition | Alt+F12 | Ctrl+Shift+F10 | |
| Open Definition to the side | Ctrl+K F12 | Ctrl+K F12 | |
| Quick Fix | Ctrl+. | Ctrl+. | |
| Show References | Shift+F12 | Shift+F12 | |
| Rename Symbol | F2 | F2 | |
| Trim trailing whitespace | Ctrl+K Ctrl+X | Ctrl+K Ctrl+X | |
| Change file language | Ctrl+K M | Ctrl+K M |
Editor management Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Close editor | Ctrl+F4, Ctrl+W | ⌘W | Ctrl+W |
| Close folder | Ctrl+K F | ⌘K F | Ctrl+K F |
| Split editor | Ctrl+ | ⌘ | Ctrl+ |
| Focus into 1 st, 2nd or 3rd editor group | Ctrl+ 1 / 2 / 3 | ⌘1 / ⌘2 / ⌘3 | Ctrl+ 1 / 2 / 3 |
| Focus into previous/next editor group | Ctrl+K Ctrl+ ←/→ | ⌘K ⌘← / ⌘K ⌘→ | Ctrl+K Ctrl+ ←/→ |
| Move editor left/right | Ctrl+Shift+PgUp / PgDn | ⌘K ⇧⌘← / ⌘K ⇧⌘→ | Ctrl+Shift+PgUp / PgDn |
| Move active editor group | Ctrl+K ← / → | ⌘K ← / ⌘K → | Ctrl+K ← / → |
File management Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| New File | Ctrl+N | ⌘N | Ctrl+N |
| Open File.. | Ctrl+O | ⌘O | Ctrl+O |
| Save | Ctrl+S | ⌘S | Ctrl+S |
| Save As.. | Ctrl+Shift+S | ⇧⌘S | Ctrl+Shift+S |
| Save All | Ctrl+K S | ⌥⌘S | Ctrl+K S |
| Close / Close All | Ctrl+F4 / Ctrl+K Ctrl+W | ⌘W / ⌘K ⌘W | Ctrl+W / Ctrl+K Ctrl+W |
| Reopen closed editor | Ctrl+Shift+T | ⇧⌘T | Ctrl+Shift+T |
| Keep preview mode editor open | Ctrl+K Enter | ⌘K Enter | Ctrl+K Enter |
| Open next | Ctrl+Tab | ⌃Tab | Ctrl+Tab |
| Open previous | Ctrl+Shift+Tab | ⌃⇧Tab | Ctrl+Shift+Tab |
| Copy path of active file | Ctrl+K P | ⌘K P | Ctrl+K P |
| Reveal active file in Explorer | Ctrl+K R | ⌘K R | Ctrl+K R |
| Show active file in new window/instance | Ctrl+K O | ⌘K O | Ctrl+K O |
Display Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Toggle full screen | F11 | ⌃⌘F | F11 |
| Toggle editor layout (horizontal/vertical) | Shift+Alt+1 | ⌥⌘1 | Shift+Alt+1 |
| Zoom in/out | Ctrl+ = / - | ⌘= / ⇧⌘- | Ctrl+ = / - |
| Toggle Sidebar visibility | Ctrl+B | ⌘B | Ctrl+B |
| Show Explorer / Toggle focus | Ctrl+Shift+E | ⇧⌘E | Ctrl+Shift+E |
| Show Search | Ctrl+Shift+F | ⇧⌘F | Ctrl+Shift+F |
| Show Source Control | Ctrl+Shift+G | ⌃⇧G | Ctrl+Shift+G |
| Show Debug | Ctrl+Shift+D | ⇧⌘D | Ctrl+Shift+D |
| Show Extensions | Ctrl+Shift+X | ⇧⌘X | Ctrl+Shift+X |
| Replace in files | Ctrl+Shift+H | ⇧⌘H | Ctrl+Shift+H |
| Toggle Search details | Ctrl+Shift+J | ⇧⌘J | Ctrl+Shift+J |
| Show Output panel | Ctrl+Shift+U | ⇧⌘U | Ctrl+K Ctrl+H |
| Open Markdown preview | Ctrl+Shift+V | ⇧⌘V | Ctrl+Shift+V |
| Open Markdown preview to the side | Ctrl+K V | ⌘K V | Ctrl+K V |
| Zen Mode (Esc Esc to exit) | Ctrl+K Z | ⌘K Z | Ctrl+K Z |
Debug Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Toggle breakpoint | F9 | F9 | F9 |
| Start/Continue | F5 | F5 | F5 |
| Stop | Shift+F5 | ⇧F5 | Shift+F5 |
| Step into/out | F11 / Shift+F11 | F11 / ⇧F11 | F11 / Shift+F11 |
| Step over | F10 | F10 | F10 |
| Show hover | Ctrl+K Ctrl+I | ⌘K ⌘I | Ctrl+K Ctrl+I |
Integrated terminal Shortcuts:
| Command Action | Windows keyboard Shortcut | Mac keyboard Shortcut | Linux keyboard Shortcut |
|---|---|---|---|
| Show integrated terminal | Ctrl+` | ⌃` | Ctrl+` |
| Create new terminal | Ctrl+Shift+` | ⌃⇧` | Ctrl+Shift+` |
| Copy selection | Ctrl+C | ⌘C | Ctrl+C |
| Paste into active terminal | Ctrl+V | ⌘V | Ctrl+V |
| Scroll up/down | Ctrl+↑ / ↓ | ⌘↑ / ↓ | Ctrl+↑ / ↓ |
| Scroll page up/down | Shift+PgUp / PgD | PgUp / PgDn | Shift+PgUp / PgD |
| Scroll to top/bottom | Ctrl+Home / End | ⌘Home / End | Ctrl+Home / End |
Changing Keyboard Shortcuts for Visual Studio Code:
To change the keyboard shortcuts for visual studio code follow the below steps
Open Visual Studio Code and navigate to File>>Preferences>>Keyboard Shortcut
Click on edit keybindings.json You will see two files Default bindings and keybindings.json side by side as shown below.
And now click on define keybindings
Pinterest app download mac. I am adding “Ctrl+a” shortcut to open a file by adding below json setting in keybindings.json file
And property “when” is optional. For instance, The new command to open a file Ctrl+a applicable only when language is typescript.
Now Ctrl+a and Ctrl+o both can be used to open a file (If the language is typescript).
Happy Coding….
Wait before leaving.why can’t you follow me on twitter or be a friend on Facebook or linkedn to get in touch with me.
Spread the word
This is my personal cheat sheet for Microsoft Visual Studio Code (VS Code). Mainly, this is to record little commands and things that I am constantly forgetting (especially unique ones related to the unique plugins I use).
Keyboard shortcuts for Windows
General
| Action | Key(s) |
|---|---|
| Show Command Palette | CTRL + SHIFT + P, F1 |
| Quick Open, Go to File… | CTRL + P |
| New window/instance | CTRL + SHIFT + N |
| Close window/instance | CTRL + SHIFT + W |
| User Settings | CTRL + , |
| Keyboard Shortcuts | CTRL + KCTRL + S |
Basic editing
| Action | Key(s) |
|---|---|
| Cut line (empty selection) | Ctrl + X |
| Copy line (empty selection) | Ctrl + C |
| Move line up/down | Alt + ↑ / ↓ |
| Copy line up/down | Shift + Alt + ↓ / ↑ |
| Delete line | Ctrl + Shift + K |
| Insert line below | Ctrl + Enter |
| Insert line above | Ctrl + Shift + Enter |
| Jump to matching bracket | Ctrl + Shift + |
| Indent/outdent line | Ctrl + ] / [ |
| Go to beginning/end of line | Home / End |
| Go to beginning of file | Ctrl + Home |
| Go to end of file | Ctrl + End |
| Scroll line up/down | Ctrl + ↑ / |
| Scroll page up/down | Alt + PgUp / PgDn |
| Fold (collapse) region | Ctrl + Shift + [ |
| Unfold (uncollapse) region | Ctrl + Shift + ] |
| Fold (collapse) all subregions | Ctrl + KCtrl + [ |
| Unfold (uncollapse) all subregions | Ctrl + KCtrl + ] |
| Fold (collapse) all regions | Ctrl + KCtrl + 0 |
| Unfold (uncollapse) all regions | Ctrl + KCtrl + J |
| Add line comment | Ctrl + KCtrl + C |
| Remove line comment | Ctrl + KCtrl + U |
| Toggle line comment | Ctrl + / |
| Toggle block comment | Shift + Alt + A |
| Toggle word wrap | Alt + Z |
Navigation
| Action | Key(s) |
|---|---|
| Show all Symbols | CTRL + T |
| Go to Line.. | CTRL + G |
| Go to File.. | CTRL + P |
| Go to Symbol.. | CTRL + SHIFT + O |
| Show Problems panel | CTRL + SHIFT + M |
| Go to next error or warning | F8 |
| Go to previous error or warning | SHIFT + F8 |
| Navigate editor group history | CTRL + SHIFT + TAB |
| Go back / forward | ALT + ← / → |
| Toggle Tab moves focus | CTRL + M |
Search and replace
| Action | Key(s) |
|---|---|
| Find | CTRL + F |
| Replace | CTRL + H |
| Find next/previous | F3 / SHIFT + F3 |
| Select all occurences of Find match | ALT + ENTER |
| Add selection to next Find match | CTRL + D |
| Move last selection to next Find match | CTRL + K CTRL + D |
| Toggle case-sensitive / regex / whole word | ALT + C / R / W |
Multi-cursor and selection
| Action | Key(s) |
|---|---|
| Insert cursor | ALT + Click |
| Insert cursor above / below | CTRL + ALT + ↑ / ↓ |
| Undo last cursor operation | CTRL + U |
| Insert cursor at end of each line selected | SHIFT + ALT + I |
| Select current line | CTRL + L |
| Select all occurrences of current selection | CTRL + SHIFT + L |
| Select all occurrences of current word | CTRL + F2 |
| Expand selection | SHIFT + ALT + → |
| Shrink selection | SHIFT + ALT + ← |
| Column (box) selection | SHIFT + ALT + (drag mouse) |
| Column (box) selection | CTRL + SHIFT + ALT + (arrow key) |
| Column (box) selection page up/down | CTRL + SHIFT + ALT + PgUp / PgDn |
Cheat Sheet Mac Download
Rich languages editing
| Action | Key(s) |
|---|---|
| Trigger suggestion | CTRL + SPACE |
| Trigger parameter hints | CTRL + SHIFT + SPACE |
| Format document | SHIFT + ALT + F |
| Format selection | CTRL + K CTRL + F |
| Go to Definition | F12 |
| Peek Definition | ALT + F12 |
| Open Definition to the side | CTRL + KF12 |
| Quick Fix | CTRL + . |
| Show References | SHIFT + F12 |
| Rename Symbol | F2 |
| Trim trailing whitespace | CTRL + KCTRL + X |
| Change file language | CTRL + KM |
Editor management
| Action | Key(s) |
|---|---|
| Close editor | CTRL + F4, CTRL + |
| Close folder | CTRL + KF |
| Split editor | CTRL + |
| Focus into 1st, 2nd or 3rd editor group | CTRL + 1 / 2 / 3 |
| Focus into previous/next editor group | CTRL + K CTRL + ← / → |
| Move editor left/right | CTRL + SHIFT + PgUp / PgDn |
| Move active editor group | CTRL + K← / → |
File management
Vscode Cheat Sheet Mac
| Action | Key(s) |
|---|---|
| New File | CTRL + N |
| Open File.. | CTRL + O |
| Save | CTRL + S |
| Save As.. | CTRL + SHIFT + S |
| Save All | CTRL + K S |
| Close | CTRL + F4 |
| Close All | CTRL + KCTRL + W |
| Reopen closed editor | CTRL + SHIFT + T |
| Enter Keep preview mode editor open | CTRL + K |
| Open next | CTRL + Tab |
| Open previous | CTRL + SHIFT + Tab |
| Copy path of active file | CTRL + K P |
| Reveal active file in Explorer | CTRL + K R |
| Show active file in new window/instance | CTRL + K O |
Display
| Action | Key(s) |
|---|---|
| Toggle full screen | F11 |
| Toggle editor layout (horizontal/vertical) | SHIFT + ALT + 0 |
| Zoom in/out | CTRL + = / - |
| Toggle Sidebar visibility | CTRL + B |
| Show Explorer / Toggle focus | CTRL + SHIFT + E |
| Show Search | CTRL + SHIFT + F |
| Show Source Control | CTRL + SHIFT + G |
| Show Debug | CTRL + SHIFT + D |
| Show Extensions | CTRL + SHIFT + X |
| Replace in files | CTRL + SHIFT + H |
| Toggle Search details | CTRL + SHIFT + J |
| Show Output panel | CTRL + SHIFT + U |
| Open Markdown preview | CTRL + SHIFT + V |
| Open Markdown preview to the side | CTRL + K V |
| Zen Mode (Esc Esc to exit) | CTRL + K Z |
Debug
| Action | Key(s) |
|---|---|
| Toggle breakpoint | F9 |
| Start/Continue | F5 |
| Stop | SHIFT + F5 |
| Step into/out | F11 / SHIFT + F11 |
| Step over | F10 |
| Show hover | CTRL + K CTRL + I |
Integrated terminal
| Action | Key(s) |
|---|---|
| Show integrated terminal | CTRL + ` |
| Create new terminal | CTRL + SHIFT + ` |
| Copy selection | CTRL + C |
| Paste into active terminal | CTRL + V |
| Scroll up/down | CTRL + ↑ / ↓ |
| Scroll page up/down | SHIFT + PgUp / PgDn |
| Scroll to top/bottom | CTRL + Home / End |
For other operating systems’ keyboard shortcuts and additional information, see Key Bindings for Visual Studio Code.
Preference settings
Following is NOT an exhaustive list of all preference settings that are available. There are more, but these are just the ones I have so far found useful.
Mac update 10.12. To access settings, go to File > Preferences > Settings, or press CTRL + ,
| Setting | Description |
|---|---|
| editor.minimap.enabled | Controls whether the minimap is shown. |
| editor.renderControlCharacters | Controls whether the editor should render control characters. |
| editor.renderWhitespace | Controls whether the editor should render whitespace characters. |
| explorer.compactFolders | Controls whether the explorer should render folders in a compact form. In such a form, single child folders will be compressed in a combined tree element. Useful for Java package structures, for example. |
| html.autoClosingTags | Enable/disable autoclosing of HTML tags. |
| javascript.updateImportsOnFileMove.enabled | Enable/disable automatic updating of import paths when you rename or move a file in VS Code. Requires using TypeScript 2.9 or newer in the workspace. |
| window.zoomLevel | Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity. |
| workbench.tree.indent | Controls tree indentation in pixels. |
| workbench.tree.renderIndentGuides | Controls whether the tree should render indent guides. |
Plugins
HTML Tag Wrap
Plugin dependency: htmltagwrap
Wraps selected code with HTML tags.
Cheat Sheet Mac Os
Usage
Mac Cheat Sheet Pdf
- Select one or more blocks of text or strings of text.
- Press Alt + W or Option + W for Mac.
- Type the tag name you want.
By default, pressing spacebar will deselect the closing tags, so you can add attributes to the opening tags (you can turn this feature off, see below). If nothing is selected when you run htmltagwrap, it will add an opening and closing tag at the cursor position.
Vscode Cheat Sheet Mac Commands
NOTE: This extension works best in files that either use tabs or spaces for indentation. It may not work as well with mixed tabs/spaces.
