Developer Tools20262 months

NestForge VS Code Extension

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.

NestForge VS Code Extension

Project Details

Role

Backend Developer

Client

Client

Duration

2 months

Year

2026

Tech Stack

TypeScriptVS Code Extension APIWebviews (HTML/CSS/JS)Node.jsGitHub Actions (Release-please)
The 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.

The Approach

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.

Key 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 the backend (Rust) and web (Frontend) CLIs.
  • Ecosystem Snippets: Custom Rust snippets for NestForge macros (e.g., #[controller], #[injectable]).
NestForge VS Code Extension - approach
NestForge VS Code Extension - result
NestForge VS Code Extension - additional