Progress:
0/12

Navigation

VS Code Extensions

Add superpowers to your code editor

Guide Progress: 0 of 0 steps completed

Platform Note

Installing VS Code extensions is done within the VS Code application itself. Once you have VS Code installed, these steps are identical for Windows, macOS, and Linux users.

Install VS Code Extensions

1

Open VS Code

Launch Visual Studio Code on your computer.

Launch Visual Studio Code

Step 1
2

Click the 'Extensions' icon

On the left sidebar, click the Extensions icon (four little squares).

Click the Extensions icon

Step 2
3

Search the Marketplace

In Search Extensions in Marketplace, type Prettier to find the first extension.

Search the Marketplace

Step 3
4

Select 'Prettier - Code formatter'

Click the Prettier - Code formatter result to open its details page.

Select the Prettier extension

Step 4
5

Click 'Install'

On the extension page, click Install.

Install Prettier extension

Step 5
6

Click 'Trust Publisher & Install' if prompted

If you see the publisher trust dialog, click Trust Publisher & Install to continue.

Trust Publisher dialog

Step 6
7

Install the remaining extensions

Repeat Steps 3–6 for each extension below:

  • Prettier → makes your code neat and organized
  • Claude Code → adds your AI helper inside VSCode
  • Live Server → shows your webpage instantly when you save
  • Indent Rainbow → colors spaces so mistakes are easy to spot
  • GitLens → shows who changed what in your code
  • Git Graph → shows Git branches as a chart
  • Code Spell Checker → catches spelling mistakes in code

Installed extensions example

Step 7
8

Verify installation and try 'Go Live'

Confirm each extension appears under Installed. If you installed Live Server, you’ll see Go Live in the bottom status bar—click it from a web project to preview instantly.

Verify installed extensions list

Step 8