Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
You can do a lot of quick operations with shortcuts.
You can hide the sidebar that hosts the file tree using the shortcut Cmd+B.
Remember when you typed Cmd+P to see the list of files? That’s a shortcut to a specific feature of the Command Palette. There are others:
Ctrl+Shift+Tabshows you the active files.Ctrl+Gopens the Command Palette to let you enter a line number to go to.Cmd+Shift+Oshows the list of symbols found in the current file.
What symbols are depends on the file type. In JavaScript, those might be classes or functions. In Markdown, section headings.
You can switch the color theme used by clicking Cmd+K, then Cmd+T, or by invoking the Preferences: Color Theme command.
Lessons in this unit:
| 0: | Introduction |
| 1: | The interface |
| 2: | Opening folders |
| 3: | Editing |
| 4: | Search |
| 5: | Source control |
| 6: | Extensions |
| 7: | Themes |
| 8: | Recommended extensions |
| 9: | The command palette |
| 10: | ▶︎ Shortcuts |
| 11: | Customization |
| 12: | Terminal |
| 13: | How to use VS Code |