Repolit VS Code Extension (repolit-vscode)
The official Visual Studio Code extension bringing Repolit codebase intelligence directly inside your editor.
⚡ Features
- 💡 Explain Code: Select any function or code block to receive an architectural explanation.
- 💥 Change Impact Analysis: Predict downstream side-effects, affected tests, and security implications of code modifications.
- 🛡️ Instant Security Scan: Audit the active file and workspace for security vulnerabilities.
- 🌐 Studio Integration: One-click launch into the Repolit Local Studio.
🛠️ Packaging & Publishing
# Package extension into .vsix file
vsce package
# Publish to Visual Studio Marketplace
vsce publish -p <PERSONAL_ACCESS_TOKEN>
| |