GitHub Copilot Next Edit Suggestions (NES) Public Preview for Xcode and Eclipse
Allison introduces GitHub Copilot’s new Next Edit Suggestions (NES) feature, now in public preview for Xcode and Eclipse, explaining its benefits and how developers can leverage AI-powered suggestions for faster coding.
GitHub Copilot Next Edit Suggestions (NES) Public Preview for Xcode and Eclipse
GitHub Copilot’s new Next Edit Suggestions (NES) feature is now available in public preview for both Xcode and Eclipse. NES leverages the current context of your code to suggest the next logical edit, aiming to reduce repetitive developer tasks and improve productivity.
What is NES?
NES analyzes your latest edits to anticipate further changes you might wish to make—across code, comments, and tests. This means Copilot can now recommend:
- Code revisions
- Comment updates
- Test changes
- Other relevant enhancements
Suggestions can be previewed and applied instantly, helping maintain an uninterrupted workflow. You can navigate through these suggestions using Tab, and accept them just as easily.
How to Get Started
- Update Your IDE:
- For Xcode: Download the latest Copilot for Xcode.
- For Eclipse: Get Copilot from the Eclipse Marketplace.
- Ensure you have a valid Copilot license.
- Enable NES in Your IDE Settings:
- Xcode: Open the Copilot for Xcode app → Advanced → Suggestion Settings → Enable Next Edit Suggestions (NES).
- Eclipse: Click Copilot icon → Edit Preferences → Completion section → Enable Next Edit Suggestions (NES).
- Start Coding: NES suggestions appear automatically as you code. Use Tab or arrow in the gutter menu to accept or apply changes.
Share Your Feedback
NES aims to keep you in the zone while improving your developer experience. Try it out in your favorite IDE today!
This post appeared first on “The GitHub Blog”. Read the entire article here