-
Formatting on Save using Prettier
- Install the Prettier extension from the VSCode Marketplace.
- Go to settings and look up "Format on Save" and enable it.
-
Quick Open File: Press Cmd + P (or
Ctrl + P on Windows) to quickly open any file in your
project.
-
Multi-Cursor Editing: Hold down Option (or
Alt) and click to place multiple cursors.
-
Split Editor: Use Cmd + \ (or
Ctrl + \) to split the editor.
-
Quick Commenting: Select a block of text and press
Cmd + / (or Ctrl + /).
-
Integrated Terminal: Open the terminal using
Ctrl + `.
-
Go to Definition: Hover over a function and press
F12.
-
Find All References: Use Shift + F12.
-
Zen Mode: Press Cmd + K, Z for
Zen Mode.
-
Extensions for HTML & CSS:
-
HTML Boilerplate: Quickly set up your HTML
structure.
-
CSS Peek: See CSS code snippets for your HTML
elements.
-
Emmet Integration:
Emmet is built into VSCode!