NaturalEdit is a VS Code extension that transforms static code summaries into interactive, adaptive representations directly linked to source code. It introduces a new paradigm for code modification through natural language representations, giving developers stronger comprehension, control, and validation capabilities.
- Adaptive Summaries: Toggle between paragraph or bulleted views, and adjust detail from high-level overviews to line-by-line explanations.
- Interactive Mapping: Hover over natural language segments to highlight corresponding code blocks for tight NL–code alignment.
- Intent-Driven Editing: Edit by high-level intent; NaturalEdit synchronizes summaries and code with clear, incremental diffs.
Install the extension from the VSIX package or the VS Code Marketplace (not published yet).
- Visual Studio Code 1.75.0 or higher.
- If you encounter any issues, please open an issue on the project repository.
- Initial release with code summarization and prompt features.