github / github/app

Lightweight File Editing Tab with Next Edit Suggestions (NES) for Quick Solution Verification

Open
#2,638 0 comments 0 reactions 0 assignees View on GitHub
triage
Dominant language
No language data
Stars
2.1k
Forks
153
PR merge metrics
No merged PRs in 30d

Description

### Feature summary

Ability to perform lightweight file edits (e.g., tweaking config or .env files) directly within a dedicated tab in the GitHub Copilot app with Next Edit Suggestions (NES) enabled, allowing quick manual verification of suggested solutions without context switching.

### What problem are you trying to solve?

When verifying code changes proposed by GitHub Copilot, we often need to make small adjustments to settings, environment variables, or configuration files to manually test and verify if the proposed solution is correct.

Currently, having to switch out of the Copilot app into a full IDE just to tweak a single key in a .env or config file breaks the feedback loop and introduces friction during testing.

Image

Image

### Proposed solution

Introduce a lightweight, single-file editing tab within the GitHub Copilot app powered by Next Edit Suggestions (NES).

Key capabilities:
* Dedicated File Edit Tab: View and tweak setup, .env, .yaml, or .json files directly in the app.
* NES Integration: Enable Next Edit Suggestions within the edit tab to rapidly complete repetitive config adjustments, parameters, or environment keys.
* Rapid Verification: Adjust settings and immediately verify Copilot-suggested solutions in real-time.

Scope & Boundaries (Non-Goals):
To ensure this does not conflict with full-fledged IDEs like VS Code:
* In Scope: Lightweight single-file inline text edits and NES-driven completion specifically intended for rapid manual verification. Restrict file editing to a single tab to reinforce this behaviour.
* Out of Scope: Multi-file tree navigation, extension ecosystems, language server protocol (LSP) diagnostics, or rich debugging suites.

### Workflow impact

_No response_

### Installation context

_No response_

### Additional context

_No response_

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or existing entry points. Start by locating the app's current file-editing and Next Edit Suggestions entry points, then compare their capabilities with the stated single-tab scope and non-goals. Done means lightweight single-file edits, NES support, and rapid verification without multi-file navigation, LSP diagnostics, or rich debugging.

Written by the indexing model from the issue text.

Assessment

Tech stack
github
Domain
desktop, developer-experience, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.