Copilot in Cursor #182466
-
Select Topic AreaQuestion Copilot Feature AreaGeneral BodyIs there a way to use Github Copilot in Cursor? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
To answer the question posted in the GitHub community, the short answer is yes, you can use GitHub Copilot in Cursor. Since Cursor is a fork of Visual Studio Code (VS Code), it retains full compatibility with the VS Code extension marketplace. This means you can install the official GitHub Copilot extension exactly as you would in the standard VS Code environment. How to Set It Up Search: Type "GitHub Copilot" in the search bar. Install: Find the official extension by GitHub and click Install. Sign In: Once installed, look for the person icon in the bottom-left corner or follow the prompt to sign into your GitHub account to authorize the extension. Important Considerations for 2025 Conflict with Cursor Tab: Cursor has its own high-performance autocomplete feature called Cursor Tab. If you have both enabled, you will get overlapping ghost text suggestions. Most users choose one: To keep Copilot's suggestions: Disable "Cursor Tab" in Cursor Settings (Cmd+Shift+J or Ctrl+Shift+J). To keep Cursor's suggestions: Disable Copilot's inline completions in the Copilot extension settings. Agent Modes: In late 2025, GitHub Copilot introduced its own "Agent Mode" and "Next Edit Suggestions." These features perform tasks similar to Cursor’s Composer. You can switch between them depending on which model (e.g., Claude 3.7 vs. GPT-4o) you prefer for a specific task. VS Code LM API: You can now use the VS Code Language Model API provided by Copilot inside Cursor to power other third-party extensions (like Roo/Cline) for a more cost-effective setup. Why use both? Model Variety: It allows you to use GitHub’s optimized models for fast autocomplete while using Cursor’s Composer (often powered by Claude) for larger architectural refactors. Organization Requirements: Some developers are required to use Copilot for work (due to enterprise security/licensing) but prefer the UI and "codebase indexing" features of Cursor. If you are just starting, the most stable workflow is to install the extension but disable Cursor Tab, allowing Copilot to handle your day-to-day typing suggestions while using Cursor's sidebar chat for codebase-wide questions. |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone! I'd like to express my support for this discussion and share my interest in having GitHub Copilot Chat officially integrated into Cursor IDE. Currently, I use GitHub Copilot Chat in VS Code and the experience has been excellent for boosting my productivity. However, I also use Cursor IDE for its specific features, and it would be extremely valuable to have the same integrated GitHub Copilot Chat experience that I have in VS Code. Why this matters: Cursor is becoming increasingly popular among developers I'm looking forward to updates on this possibility and would be happy to contribute feedback during any beta testing phase if the GitHub team decides to move in this direction. Thank you for your attention! 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, I don't see "GitHub Copilot" as an extension to install on cursor ide. Does anyone observing the same issue? Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
ThankS!!!
José Willams Barbosa da Rocha
PL - Quality Analyst | Quality Engineer
📧 ***@***.*** | 📱 (61) 98442-9451
💼 linkedin.com/in/007will | 💻 github.com/007will
…________________________________
De: aiden ***@***.***>
Enviado: quinta-feira, 19 de março de 2026 21:16
Para: community/community ***@***.***>
Cc: José Willams ***@***.***>; Comment ***@***.***>
Assunto: Re: [community/community] Copilot in Cursor (Discussion #182466)
Hi everyone,
I don't see "GitHub Copilot" as an extension to install on cursor ide. Does anyone observing the same issue?
Thank you!
You can get the latest vsix directly from here: https://github.gallery.vsassets.io/_apis/public/gallery/publisher/GitHub/extension/copilot/latest/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage
Then you can run
cursor --install-extension <file>
or install the vsix via command pallete in cursor
—
Reply to this email directly, view it on GitHub<#182466?email_source=notifications&email_token=ABTFFAE4RCM64UHUMAGYZP34RSEUTA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRSGE3DONZUUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-16216774>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABTFFAD3BVMPAAGAUADGKXL4RSEUTAVCNFSM6AAAAACPYB3LHKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMRRGY3TONA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
To answer the question posted in the GitHub community, the short answer is yes, you can use GitHub Copilot in Cursor.
Since Cursor is a fork of Visual Studio Code (VS Code), it retains full compatibility with the VS Code extension marketplace. This means you can install the official GitHub Copilot extension exactly as you would in the standard VS Code environment.
How to Set It Up
Open Extensions: Click the Extensions icon in the Activity Bar on the side of Cursor (or press Ctrl+Shift+X / Cmd+Shift+X).
Search: Type "GitHub Copilot" in the search bar.
Install: Find the official extension by GitHub and click Install.
Sign In: Once installed, look for the person icon in the bottom-left corne…