nestjs is a VS Code extension designed specifically for NestJS framework, enabling rapid component generation through GUI while maintaining best practices.
✨ Key Features
📂 Folder Context Menu
Right-click any project folder to generate:
Controller
Module
Service
Exception
Middleware
Pipe
Interceptor
Decorator
Guard
Exception Filter
📄 File Context Menu
Right-click existing files to generate:
Unit Test
🧠 Smart Module Management
Auto-register to AppModule or current module
Context-aware for multi-module projects
Automatic module imports
Customizable module paths
🛠️ Installation
📦 Marketplace Install
Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
Search nestjs
Install and reload
⚡ Manual Install (Development)
# Clone repository
git clone https://github.com/jvy/nestjs.git
# Install dependencies
cd nestjs
npm install
# Build extension
npm run compile