- This is a quick search plugin for IntelliJ IDEA.
- Aim to simulate the function
Quick Searchof Eclipse, and enhance the existing functionNext Occurrence of the Word at Caret.- Use
Edit -> Find -> Next Occurrence of SelectionorCtrl + Kto find next occurrence of the current selection and jump to it. If not found, do it wrapped. - Use
Edit -> Find -> Previous Occurrence of SelectionorCtrl + Shift + Kto find previous occurrence of the current selection and jump to it. If not found, do it wrapped. - No pollution to the native searching history of IDEA.
- Use
- This plugin is built with IntelliJ IDEA IU-212.5457.46, Java 8, in Windows 10 20H2.
- This plugin is created as a IDEA function suggestion sample, only passed functional tests in specific environments. So compatibility tests for other versions of IDEA Platform have not been performed for this plugin.
- To package this plugin, you need to:
- Open this project with IDEA as a
IDEA Platform Plugin Project, successfully compile it. - Right-click on the project and choose
Prepare Plugin Module 'idea-quick-search' For Development.
- Open this project with IDEA as a
- To use this plugin, you need to:
- Package this plugin, or just use the existing one in this repository.
Find Action (Ctrl + Shift + A)->Install Plugin from Disk ...-> Choose the JAR file.- Restart IDEA and start to use (You can also change the keybindings according to your preferences).
-
Notifications
You must be signed in to change notification settings - Fork 0
GitPopcorn/idea-quick-search
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A quick search plugin demo for IntelliJ IDEA
Resources
Stars
Watchers
Forks
Packages 0
No packages published