Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>nestjs-helperNew to Visual Studio Code? Get it now.
nestjs-helper

nestjs-helper

nodejs

|
18 installs
| (0) | Free
Quickly create NestJS Files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 Boost Your NestJS Productivity

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

  1. Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search nestjs
  3. 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft