转:Eclipse Search Tips

Posted 跬步者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转:Eclipse Search Tips相关的知识,希望对你有一定的参考价值。

from:  https://github.com/ajermakovics/eclipse-instasearch/wiki/Eclipse-search-tips

Eclipse Search Tips

A few search shortcuts:

  • Ctrl+J - Incremental Find in the current file. Pressing again takes to next match
  • Ctrl+O - Quick Outline for the current class. Quickly find a method/field by name
  • Ctrl+T - Type Hierarchy. Works for classes and methods as well
  • Ctrl+E - Find an open tab by name
  • Ctrl+Alt+H - Call Hierarchy. Works for classes, methods and fields
  • Ctrl+Shift+T - Open Type. Quickly find any type by name (Ctrl+Shift+R for resources) Camel case search works here. eg. type HM or HaMa to find HashMap

Search result highlighting in the editor:

  1. Open Eclipse Preferences
  2. Go to General->Editors->Text Editors->Annotations
  3. Select Search Results from Annotation types
  4. Mark all checkboxes and, optionally, choose color

以上是关于转:Eclipse Search Tips的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse Jee Oxygen安装svn插件

eclipse在search的时候,通过search打开的页面会覆盖之前打开的页面

NoClassDefFoundError:org / eclipse / search / ui / text / TextSearchQueryProvider

Panda Games: Corporate Disclosure in the Eclipse of Search

如何在Eclipse上面跑Elasticsearch

Eclipse使用Maven时出现:Index downloads are disabled, search results may be incomplete.问题解决