Use Eclipse Quick Search Plugin For Faster Text Searches
Follow @HowToDoInJava, Read RSS Feed
Yesterday, I came across very good eclipse plugin for doing text searches in eclipse workspace. Some of you may be already aware of this, but for those who don’t know it yet, go ahead and install this plugin and put some more speed into your development skills.
The eclipse quick search plugin is part of Spring Tools Suite (STS). SO if you have STS installed in eclipse, then chances are you have it already.
Install Eclipse Quick Search
1) To Install eclipse quick search, goto STS release for eclipse version you have. A quick google search can direct you there. e.g. I have eclipse Luna in my development machine, so I am using STS from this link.
http://marketplace.eclipse.org/content/spring-tool-suite-sts-eclipse-luna-44
2) Now drag the install button to your eclipse workspace and it will open a window to assist you in further installation. (In some versions, installation may begin in back-end).
3) Now choose the quick search feature from available features list and install it.
4) You may require to restart the eclipse. Restart it. Now press the command
CTRL + SHIFT + L
to open the quick search editor.
Happy Learning !!
只要使用STS,这些查找工具都可以使用(工具栏search下拉菜单中很多不同查找,有按类,资源等的查找)
转载于:https://my.oschina.net/doctor2014/blog/408973