This guide walks you through installing the NestJS DevTools extension published byDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/pouryazardosht/nestjs-devtools/llms.txt
Use this file to discover all available pages before exploring further.
pouryazardosht. The extension requires Visual Studio Code 1.118.0 or later (^1.118.0 as declared in package.json). No other tools, runtimes, or project-level packages are needed — NestJS DevTools is entirely self-contained inside VS Code.
Install from the Marketplace
The fastest way to install NestJS DevTools is directly from the VS Code Extensions Marketplace.Open the Extensions view
Launch VS Code and press
Cmd+Shift+X on macOS or Ctrl+Shift+X on Windows/Linux to open the Extensions side panel.Install from VSIX
If you prefer to install a specific version manually — for example, a pre-release build or an offline environment — you can install from a.vsix file.
Download the .vsix file
Visit the NestJS DevTools GitHub releases page and download the
.vsix asset from the release you want to install.Open the Command Palette
Press
Cmd+Shift+P on macOS or Ctrl+Shift+P on Windows/Linux to open the VS Code Command Palette.Verify the installation
Once installed, confirm that NestJS DevTools is active:- Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P). - Type NestJS Devtools in the input field.
- NestJS Devtools: Insert debug log
- NestJS Devtools: Insert log log
- NestJS Devtools: Insert warn log
- NestJS Devtools: Insert error log
- NestJS Devtools: Insert verbose log
- NestJS Devtools: Search Module Files
- NestJS Devtools: Open Module Files
nestjs-log-helper or nestjs-dev-tools to find all bindings.
No additional npm packages or configuration files are required in your NestJS project. The extension is entirely self-contained and activates automatically when VS Code starts.