NestForge VS Code Extension
- TypeScript
- VS Code API
- Rust
- DX
- Extension Development
- CI/CD

A feature-rich VS Code extension that provides a GUI-driven workflow for NestForge Rust projects, including scaffolding wizards, database dashboards, and visual module graphs.
Challenge
While the NestForge CLI is powerful, managing complex Rust architectures, database migrations, and multiple transport layers exclusively via terminal can be daunting for developers used to the "NestJS way." There was a need for a visual bridge that reduces context switching between the editor and the terminal.
Solution
I developed a comprehensive VS Code extension that wraps the nestforge and nestforge-web CLIs. It transforms command-line arguments into guided UI wizards, adds real-time environment validation, and introduces a visual Module Graph to help developers identify circular dependencies in their Rust codebases.



| Features |
|---|
| Scaffolding & Generator Wizards: Guided UI for creating apps, modules, and resources |
| Integrated Database Dashboard: Status bar polling and one-click migrations for Nestforge DB |
| Visual Module Graph: An interactive directed graph of Rust modules to visualize the architecture |
| Environment Validation: Diagnostics for .env files with Quick Fix actions for missing variables |
| Multi-CLI Support: Seamlessly drives both backend (Rust) and web (Frontend) CLIs |
| Ecosystem Snippets: Custom Rust snippets for NestForge macros |
| Tech Stack | TypeScript, VS Code Extension API, Webviews (HTML/CSS/JS), Node.js, GitHub Actions (Release-please) |
|---|

