Microsoft's Copilot - Ravi-Upadhyay/ai-playground GitHub Wiki
Index
Ecosystem of Microsoft Copilot
As of this day, it can be classified into the three categories:
- General Intelligence (Copilot Web/App)
- https://copilot.microsoft.com.
- Free to use as well as subscription version.
- Github Copilot
- https://github.com.
- Subscription based version for the developers.
- Code completion, Integration with VS Code.
Use paid Github Copilot
Integration with Visual Studio Code.
- Tutorials.
- Install Plugins.
- Github Copilot.
- Github Copilot Chat.
- Use Tips & Tricks.
- See
Github Copilot's icon
in bottom most bar, Interactive menu. Ghost Text
, As soon as copilot is active. It shows ghost text when you code. Which you can accept if you agree.- You get this when you start writing the code.
- You get this when you write a comment about what you want to do.
Inline Chat
, Invoked byCtrl + I
orCmd + I
.Chat Sidebar
Invoked by left menu. Use for exploring, brainstorm the solutions.Sparkle Icon
is located wherever copilot can help you.
- See
Command | Use | Description or notes |
---|---|---|
Tab |
To accept the whole ghost text | Text |
Ctrl + R Arrow Win Cmd + R Arrow Mac |
To accept the text bit by bit | Text |
Esc |
To cancel the ghost text any time | Text |
Ctrl + Enter Win Cmd + Enter Mac |
If Ghost Test, miss or want to see more suggestions from AI | Text |
Ctrl + I Win Cmd + I Mac |
Invoke 'Inline Chat' | Text |