码迷,mamicode.com
首页 > 系统相关 > 详细

转:Eclipse Search Tips

时间:2016-12-24 11:42:41      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:com   bsp   gen   text   optional   nal   eth   tor   method   

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

标签:com   bsp   gen   text   optional   nal   eth   tor   method   

原文地址:http://www.cnblogs.com/jhj117/p/6216851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!