Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Spring Rest Api DetectorNew to Visual Studio Code? Get it now.
Spring Rest Api Detector

Spring Rest Api Detector

sanwei

|
23 installs
| (1) | Free
检测Spring项目中的REST接口路径,支持搜索定位代码位置
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Spring REST API Detector

这是一个用于检测Spring项目中REST接口路径的VSCode插件,支持搜索定位代码位置。

功能特点

  • 自动扫描并识别项目中的Spring REST API接口
  • 支持快速搜索API路径
  • 支持跳转到API定义的代码位置
  • 支持在侧边栏查看所有API列表

使用方法

  1. 安装插件后,打开一个包含Spring REST API的Java项目
  2. 使用快捷键 Ctrl+Shift+A (Mac: Cmd+Shift+A) 打开API搜索界面
  3. 输入关键字搜索API路径
  4. 点击选择API跳转到对应的代码定义

自定义设置

可以在设置中自定义以下选项:

  • 扫描的文件模式
  • 排除的文件模式
  • 快捷键

更新日志

0.0.4

  • 解析类上的注解包含的路径
  • RequestMapping 中可以传数组的情况

0.0.3

  • 增加描述

0.0.2

  • 修复了性能问题
  • 增加了文件变更监听功能

0.0.1

  • 初始版本发布
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft