Skip to content

入门教程

心累 edited this page Jun 6, 2022 · 2 revisions

我该如何开始?

1.安装插件

zip 包安装

从最新的 Release 页下载 zip 包,然后打开 IDEA,进入 Settings --> Plugins --> 小齿轮 --> Install Plugin from Disk
zip

Marketplace 安装

打开 IDEA,进入 Settings --> Plugins,选中 Marketplace,输入 Search Everywhere Api 点击 Install
Marketplace

2.打开一个 Spring MVC 或 Dubbo 项目

建议直接打开我专门准备的示例项目:docer-savior-plugin-usage-examples

git clone https://github.com/docer-savior/docer-savior-plugin-usage-examples

3.通过 Search Everywhere 搜索 Api

双击 Shift 进入 Search Everywhere 后切换到 Api,或使用快捷键 Ctrl + \ Ctrl + Alt + N 进入如下图界面。
此时您可通过 url 或接口描述来搜索并跳转到该接口。

img.png
不输入任何数据时,展示所有 Api;另外可以根据方法类型筛选。
img.png
在 All 下也可以搜索
img.png