Scope Quick Open (Ctrl+P) to your current project in monorepos.
Perfect for Nx. Stop searching through thousands of files across your entire workspace - focus on what matters.
- 🎯 Smart Project Detection - Automatically detects your current project
- 📁 Filtered File List - Shows only files from your current project
- 🌍 Easy Toggle - Switch between project and workspace scope with one click
- 💾 Persistent State - Remembers your preferred scope mode
- 📊 Status Bar Indicator - Always know your current scope
- Open scoped Quick Pick: Press
Ctrl+P(orCmd+Pon Mac) - automatically scoped to your current project - Toggle scope: Click the status bar indicator (bottom left) or use Command Palette > "MonoScope: Toggle Scope Mode"
- Access workspace files: Select "🌍 Show Entire Workspace" option in the Quick Pick
Currently optimized for:
- ✅ Nx - Full support with
project.jsondetection - 🚧 Other monorepos - Coming soon (Turborepo, pnpm workspaces, Yarn workspaces, Lerna)
Configure in your VS Code settings:
{
"monoScope.defaultScope": "project" // or "workspace"
}MonoScope: Open Current Project- Open Quick Pick scoped to current projectMonoScope: Toggle Scope Mode- Switch between project and workspace mode
For best results:
- Ensure your projects have
project.jsonfiles (Nx) - Projects should be in
apps/orlibs/directories
Found a bug or want to request a feature? Open an issue!