from:  https://github.com/ajermakovics/eclipse-instasearch/wiki/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

相关文章:

  • 2021-04-17
  • 2021-06-21
  • 2021-10-08
  • 2021-07-20
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2021-10-21
  • 2022-01-11
  • 2022-01-28
  • 2021-12-06
  • 2021-10-30
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案