IDE Set-up (VS Code)
Configuring your Integrated Development Environment
📥 A. Installation
Install
Download and run the installer for your OS (Windows, macOS, or Linux).
🧭 B. Orientation & Navigation
Shortcut:
Ctrl + Shift + P (Windows) or Cmd + Shift + P (Mac)Usage: Type commands here to do almost anything.
Ctrl + ~ (tilde). This is where you can run Git commands directly!🧩 C. [Optional] Exploration: Essential Extensions
Click the Extensions icon (looks like 4 squares) in the Activity Bar and install:
Live Server
by Ritwick Dey
Launches a local development server to view webpages. Perfect for testing HTML/CSS projects instantly!
Prettier
by Prettier
Automatically formats code. Makes your code look clean and consistent with just one save!
🤖 D. [Optional] Exploration: AI-Assistance & Prompting
Setting up GitHub Copilot (free version) - Recommended
Install
In the VS Code Extensions tab, search for and install GitHub Copilot.
Authenticate
A popup will appear asking you to sign in to GitHub. Click Allow and sign in with your account.
Verify
Look for the small Copilot icon (a little alien/pilot face) in the bottom-right corner of the window. If it spins or has a line through it, click it to check your status.
Usage
Start typing code, and ghost text will appear. Press Tab to accept suggestions. You can also ask Copilot what you want to make, and it will write code for you!
Want more from Copilot?
As a student, you can get free access to Copilot Pro via GitHub Education. See how to apply.
Other AI Coding Tools
Claude Code in VS Code Docs
AI Prompting Best-Practices
When asking AI to generate code, specificity is key. Use the R.T.R.O. framework:
"Act as a Front-End Engineering Instructor (Role). Write a CSS rule to center a div horizontally and vertically (Task). You must use Flexbox and ensure it works on mobile screens (Requirements). Provide the code snippet followed by a one-sentence explanation (Output)."
🎨 E. [Optional] Exploration: Themes & Icons
Browse Themes
Download themes and icon packs of choice from the extension marketplace.
Open Command Palette
Ctrl/Cmd + Shift + P
Change Color Theme
Type "Preferences: Color Theme" and press Enter.
Preview & Select
Use arrow keys to preview and select a color scheme.
Change File Icons
Do the same for "Preferences: File Icon Theme"