Analyze Git repositories as a Neo4j knowledge graph. Connect one or many repos, then explore contributors, dependencies, code complexity, and cross-repo relationships through graph queries and built-in visualizations.
- Install the extension
- Have a Neo4j instance running
- Run Git4Neo: Setup from the command palette to configure your connection
- You'll also need a GitHub token for fetching repository data
Settings are under git4neo.* in VS Code:
neo4jUri-- bolt URI (default:bolt://localhost:7687)neo4jUsername-- default:neo4jneo4jPassword-- your Neo4j passwordgithubToken-- GitHub personal access token