All NestJS DevTools commands are registered under theDocumentation 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.
nestjs-log-helper namespace. You can invoke any of them from the Command Palette by opening it and searching NestJS Devtools — every extension command surfaces under that prefix, so you never need to remember exact command IDs.
Logger commands
The five logger commands insert athis.logger.<method>(...) statement on the line immediately after your current selection. Each command auto-detects the enclosing class name and formats the log message with a distinctive emoji so log lines are easy to scan in the terminal.
Insertion format
Navigation commands
The two navigation commands let you jump to any file inside a NestJS module without leaving the keyboard. Both commands open a grouped quick-pick panel where you can either scroll to a file or type its shortcut letter to open it instantly.Running commands from the Command Palette
Keyboard shortcuts are faster for commands you use frequently. See the Keyboard Shortcuts reference for the full chord table and instructions on customising bindings.