Ai Coding Tools

How to Get Started with GitHub Copilot in Under 30 Minutes

By BTW Team4 min read

How to Get Started with GitHub Copilot in Under 30 Minutes

If you're a solo founder or indie hacker looking to boost your coding productivity, GitHub Copilot might just be the tool you need. But where do you even begin? Setting up GitHub Copilot can feel daunting, especially if you're new to coding or AI tools. In this guide, I'll walk you through a straightforward process to get started with GitHub Copilot in under 30 minutes, along with some practical tips based on our experience.

Prerequisites: What You Need Before You Start

Before diving in, make sure you have the following:

  • A GitHub account: If you don't have one, head over to GitHub and sign up (it’s free).
  • Visual Studio Code (VS Code): This is the code editor where you'll be using Copilot. Download it from the official site.
  • Basic understanding of coding: While Copilot can help you write code, having some foundational knowledge will enhance your experience.

Step 1: Install Visual Studio Code

  1. Download and install Visual Studio Code from the official site.
  2. Open VS Code and familiarize yourself with the interface. You don't need to do much here, just get comfortable.

Step 2: Get GitHub Copilot

  1. Once VS Code is open, go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side or pressing Ctrl+Shift+X.
  2. Search for "GitHub Copilot" in the Extensions Marketplace.
  3. Click on "Install" to add the GitHub Copilot extension to your VS Code.

Step 3: Authenticate Your GitHub Account

  1. After installing, you'll need to authenticate. Click on the Copilot icon on the sidebar.
  2. Sign in with your GitHub account. Follow the prompts to authorize Copilot to access your GitHub account.

Step 4: Start Coding with Copilot

  1. Create a new file in VS Code with a .js, .py, or any other supported extension.
  2. Start typing a comment that describes what you want to do. For example, // function to calculate the sum of two numbers.
  3. Copilot will suggest code completions automatically. Press Tab to accept a suggestion or Esc to dismiss it.

Expected Output

You should see Copilot suggesting code snippets based on your comments. Here’s how it might look for the sum function:

// function to calculate the sum of two numbers
function sum(a, b) {
    return a + b;
}

Troubleshooting: What Could Go Wrong

  • Copilot not suggesting code: Ensure you are connected to the internet and have the extension properly installed.
  • Authentication issues: Double-check your GitHub credentials and ensure you have an active subscription (more on pricing later).

Pricing Breakdown: What to Expect

As of July 2026, GitHub Copilot costs $10 per month or $100 per year. If you're a student or working on open-source projects, you might qualify for free access. Keep in mind that this is a small price for the productivity boost it offers.

| Plan | Pricing | Best For | Limitations | |---------------------|-----------------|-------------------------------|---------------------------------------| | Individual | $10/mo or $100/yr | Solo developers, indie hackers | Limited to one user | | Business | $19/mo/user | Teams looking for collaboration| Requires GitHub Team account | | Free Tier | Free | Students, open-source projects | Limited features |

What’s Next? Progressing Beyond the Basics

Once you’re comfortable with Copilot, consider exploring more advanced features like:

  • Customizing settings: Tailor Copilot's behavior to better suit your coding style.
  • Integrating with GitHub Actions: Automate your workflows with Copilot's suggestions for CI/CD.
  • Feedback loop: Use the feedback feature to help improve suggestions over time.

Conclusion: Start Here

To get started with GitHub Copilot, follow the steps outlined above in less than 30 minutes. With its ability to suggest code snippets and reduce the time spent on mundane coding tasks, it’s a powerful tool for any indie hacker or solo founder.

If you find yourself stuck, don't hesitate to revisit this guide or check out the GitHub Copilot documentation.

Follow Our Building Journey

Weekly podcast episodes on tools we're testing, products we're shipping, and lessons from building in public.

Subscribe

Never miss an episode

Subscribe to Built This Week for weekly insights on AI tools, product building, and startup lessons from Ryz Labs.

Subscribe
Ai Coding Tools

Cursor vs GitHub Copilot: Which AI Tool Performs Better in 2026?

Cursor vs GitHub Copilot: Which AI Tool Performs Better in 2026? In the everevolving landscape of AI coding tools, two names have frequently emerged: Cursor and GitHub Copilot. As

Aug 11, 20263 min read
Ai Coding Tools

Bolt.new vs GitHub Copilot: A Side-by-Side Comparison for 2026

Bolt.new vs GitHub Copilot: A SidebySide Comparison for 2026 If you're a solo founder or indie hacker trying to speed up your coding process, you might be torn between two popular

Aug 11, 20263 min read
Ai Coding Tools

Cursor AI vs GitHub Copilot: Which is Better for Indie Developers in 2026?

Cursor AI vs GitHub Copilot: Which is Better for Indie Developers in 2026? As an indie developer, choosing the right coding assistant can make or break your productivity. In 2026,

Aug 11, 20263 min read
Ai Coding Tools

Why Most Developers Overrate AI Coding Tools: Busting the Myths

Why Most Developers Overrate AI Coding Tools: Busting the Myths As a solo developer or indie hacker, it's easy to get swept up in the hype surrounding AI coding tools. The promise

Aug 11, 20264 min read
Ai Coding Tools

How to Code Your First AI Application in 30 Minutes

How to Code Your First AI Application in 30 Minutes If you're a solo founder or indie hacker looking to dive into the world of AI, the thought of coding your first AI application c

Aug 11, 20264 min read
Ai Coding Tools

AI Coding Tools Comparison: Cursor vs GitHub Copilot – Which is Better for Beginners?

AI Coding Tools Comparison: Cursor vs GitHub Copilot – Which is Better for Beginners? As a solo founder or indie hacker, diving into coding can feel like an uphill battle, especial

Aug 11, 20264 min read