Moving from Consumer (Browser) to Builder (IDE).
Every Space Professional needs their tools. We are moving from a consumer environment (the Browser) to a builder environment (the IDE).
For someone working in the space sector—whether you are a student analyzing orbital data or a seasoned professional modeling workplace sustainability—your environment matters. You wouldn't launch a rocket from a backyard; you need a Launch Complex.
Visual Studio Code (VS Code) is your Mission Control. It is where you will write code, manage data, and direct your AI agents.
Visit code.visualstudio.com.
VS Code is fully cross-platform. The site will automatically detect whether you are on Windows, macOS, or Linux. Download the Stable Build.
Run the installer. Accept the varied defaults, but pay attention to the "Select Additional Tasks" screen.
Open VS Code. The interface is your cockpit. You will not be coding alone; you will be "Directing" an AI agent.
This begins with extensions like Gemini Code Assist or GitHub Copilot, but the future of this field lies in fully Agentic IDEs like Google Antigravity (Project IDX) or Cursor.
For today's mission, we establish our standardized baseline. Click the Extensions icon (Squares on the left sidebar) and install these core upgrades:
Two agents, two quotas: You now have Codex and Copilot in the same IDE. Each has different strengths and limitations, but most importantly, each has its own quota. When one is used up, you can switch to the other to keep working without interruption.
Let's verify systems.
Space_Lab_01.hello_mars.py.print("Systems nominal. Hello Mars.")If you see the message in the terminal below, you are cleared for launch.
Now, let's engage your AI Flight Partner. Copilot suggests code as you type (Ghost Text).
In your hello_mars.py file, type the following comment and press Enter:
You should see grey text appear. That is Copilot.
| Action | Command (Windows/Linux) | Command (macOS) |
|---|---|---|
| Accept Suggestion | Tab |
Tab |
| Next Suggestion | Alt + ] |
Option + ] |
| Partial Accept (Word) | Ctrl + → |
Cmd + → |
| Open Mission Palette (See 10 options) |
Ctrl + Enter |
Ctrl + Enter |