2025-03-11 TIL: GitHub Copilot in Visual Studio 2022 and new Chat in Cursor

2025-03-11 TIL: GitHub Copilot in Visual Studio 2022

💻

Code with GitHub Copilot in Visual Studio 2022

  • Commit & PR Message Generation & Customization
  • Using Extensions to generate Mermaid Charts
  • Analyzing and improving code while debugging
  • Analyzing Exceptions with GitHub Copilot

Cursor Chat

A unified AI interface that combines Ask, Edit, and Agent modes to help you write, edit, and understand code directly in your editor. The interface offers three modes, selectable from the mode picker:

  • Agent: AI assistant that uses tools and reasoning to perform coding tasks with minimal supervision. (Agent can make up to 25 tool calls before stopping.)
  • Edit: Make single-turn edits to your code with precision and clarity.
  • Ask: Ask questions about your code, get explanations, and explore your codebase.
Puran Zhang @puran