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
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
Currently supported queries for routing-related functionality
- routes declared by the
@Controller
@Get
@Post
@Put
@Patch
@Delete
@Options
@Head
@All
@Version
decorator exported from@nestjs/common
. - routes handled by the Router module in
nest
. - single inheritance for classes that support
@Controller
. - Supports the standard mode / monorepo mode.
This extension is available on the Visual Studio Marketplace for Visual Studio Code.