Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 486 Bytes

File metadata and controls

19 lines (13 loc) · 486 Bytes

Code Explainer

Code Explainer is a VS Code extension scaffold for branch-aware code comprehension.

Planned capabilities

  • Explain the current repository structure and likely workflows
  • Compare the current branch with main
  • Explain the current selection with surrounding context
  • Trace relationships between files, symbols, tests, and configuration

Development

npm install
npm run build

Then press F5 in VS Code to launch the extension development host.