Table of Contents

Wildcard * in Prompt for GitHub Copilot in VS Code

You can use the wildcard character * in your prompts for GitHub Copilot.

This powerful function allows you to give more flexible and generalized instructions to Copilot, enabling it to understand that you want it to consider multiple files or patterns when generating code suggestions.

Example:

Analyze the following data: `src/*.py`