Code Explainer is a VS Code extension scaffold for branch-aware code comprehension.
- 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
npm install
npm run buildThen press F5 in VS Code to launch the extension development host.