Skip to content

hmydgz/nestjs-route-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages