Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Copilot FridayNew to Visual Studio Code? Get it now.
Copilot Friday

Copilot Friday

R

|
185 installs
| (0) | Free
GitHub Copilot chat extension, providing a quick prompts approach.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Friday AI Assistant

Friday AI Assistant is a VSCode plugin based on GitHub Copilot that helps you better utilize GitHub Copilot. It provides prompts to make chatting more convenient.

Usage

Use @friday to invoke the assistant, then select the desired command.

Custom Commands: Add custom commands in settings.json with the following format:

{
  "friday.prompts": {
    "refactor_function": "Refactor the following code to eliminate redundancy and improve maintainability by applying the DRY (Don't Repeat Yourself) principle. Identify repeated code patterns and abstract them into reusable functions or classes as appropriate.",
  }
}

Then, in the chat, enter @friday /custom /refactor_function to invoke the custom command.

use command Update Commands to update the command list.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft