Guided project - Build auto suggest engine with Copilot

Intermediate
Developer
Higher Education Educator
K-12 Educator
Student
.NET
Visual Studio IDE

Use GitHub Copilot to interpret, debug, and extend project code for a Trie data structure that supports autocomplete and spelling suggestion features.

Note

This is a Guided Project module where you’ll complete an end-to-end project by following step-by-step instructions.

Learning objectives

In this module, you will:

  • Interpret code with Copilot

  • Author code with Copilot

  • Debug and test code with Copilot

Prerequisites

  • Visual Studio Code

  • GitHub Copilot extension

  • GitHub Copilot Chat extension

  • Basic understanding of the C# programming language

  • Familiarity with classes, methods, variables, and logic statements