Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 3.28 KB

README_EN.md

File metadata and controls

70 lines (49 loc) · 3.28 KB

Contributor Covenant license GitHub release Jetbrains Plugins Version Downloads Install Plugins


Chinese 🇨🇳

What does Search Everywhere Api do?

  • is an IDEA plugin that supports Java only.
  • Search APIs via Search Everywhere.

How do I get started?

1. Install the plugin

zip package installation

Download the zip package from the latest Release page, then open IDEA, go to Settings --> Plugins --> Pinion --> Install Plugin from Disk zip

Marketplace Installation

Open IDEA, go to Settings --> Plugins, select Marketplace, enter Search Everywhere Api and click Install Marketplace

2. Open a Spring MVC or Dubbo project

It is recommended to open the example project I specially prepared: docer-savior-plugin-usage-examples

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

3. Search APIs through Search Everywhere

Double-click Shift to enter Search Everywhere and switch to Api, or use the shortcut keys Ctrl + \ or Ctrl + Alt + N to enter the interface as shown below. At this point you can search and jump to the interface by url or interface description.

img.png
When no data is entered, all APIs are displayed; in addition, it can be filtered by method type.
img.png
You can also search under All
img.png

Where can I get more help if needed?

Get help by submitting an issue

Click to visit Github Issue

Everyone is welcome to ask questions, and everyone is welcome to improve it together!

In addition, I have connected to the error handling component of IDEA, so when I find an error message from the plugin, follow the IDEA prompt to view the error information and report it to me with one click (that is, an issue is automatically generated)

See the wiki for more instructions

Click to visit Wiki

Contribution Guidelines

Contribution Guidelines

Acknowledgments