GitHub Copilot Inline Suggestion is now Open Source
Earlier Microsoft has open sourced GitHub Copilot Chat extension.
As promised earlier they’ve now open sourced inline suggestions
👉 https://github.com/microsoft/vscode-copilot-chat/pull/1493
What is inline suggestion?
Basically, it’s when you type something it’ll suggest a contextually relavent suggestion in-line. That is the best use case for using AI in coding.
There are so many things that we can learn from the codebase, like how it works, architectured, etc
Reference
Happy open AI-tools!