Copilot’s next edit suggestion (NES) in public preview in JetBrains

Next edit suggestions (NES) is now available in public preview for JetBrains IDEs. With NES, Copilot extends its capabilities to editing your existing code, proactively suggesting improvements and refinements as you work, making your coding experience more efficient and helping you maintain cleaner, more consistent codebases.
✨ What’s new
NES identifies opportunities to improve, update, or fix your existing code as you work. Inline edit indicators automatically appear, showing available suggestions. Simply hover over the suggested text to view details, preview changes, and apply them directly.
Suggestions adapt to your needs, ranging from single symbols to multiple lines. Whether catching typos, adjusting logic, refactoring code, or propagating variable name changes, NES understands your edits and offers intelligent follow-up improvements without manual file searching.
🛠 Try it out
To start using NES in JetBrains IDEs, follow these steps:
- Enable NES in your JetBrains IDE: Go to Settings → GitHub Copilot → Completions → Check Enable Next Edit Suggestions(NES).
- Start coding: No special commands are needed. NES suggestions appear automatically.
- Review and accept suggestions: Navigate to a suggestion using your caret or keyboard shortcuts. Accept with the Tab key (default) or apply via the gutter menu.
💬 Share your feedback
Your feedback drives improvements. Let us know what you think using the in-product feedback option or share your thoughts in GitHub Copilot for JetBrains feedback.
Disclaimer: The UI for features in public preview is subject to change.