Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.63 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.63 KB

Nestjs Route Jumper

Visual Studio Marketplace

English | 简体中文

A plugin provided for the Nest project to quickly jump to code blocks through interface addresses

By querying the access path for matching Controllers and Methods, it is possible to jump to the corresponding function definition

priview

Usage

Open it through the Nest icon in the sidebar, where you can enter the interface access path in the input box above and press Enter to search

Illustrate

Currently supported queries for routing-related functionality

  1. routes declared by the @Controller @Get @Post @Put @Patch @Delete @Options @Head @All @Version decorator exported from @nestjs/common.
  2. routes handled by the Router module in nest. priview
  3. single inheritance for classes that support @Controller. priview
  4. Supports the standard mode / monorepo mode.

Visual Studio Marketplace

This extension is available on the Visual Studio Marketplace for Visual Studio Code.