TL;DR
GitHub Copilot's next edit suggestions previously worked only within visible code regions, creating friction when developers needed suggestions across larger files. The team extended the suggestion engine to analyze and propose edits across entire files rather than just local context windows.
✦ Why It Matters
Engineers can now receive contextually relevant code suggestions anywhere in large files, reducing manual navigation and accelerating development workflows.
Key Takeaways
How It Works
The long-distance NES uses a multi-model approach, where a dedicated location model predicts where the next edit should occur, and the original NES model generates the actual edit. This separation allows each model to specialize, improving overall suggestion quality.
Related