每次重装eclipse都费劲网上找半天,记录之
Step 1:
Windows->Preferences->General->Editors->Text Editors,选中“Insert spaces for tabs”。
Step 2:
Windows->Preferences->Java->Code Styles->Formatter,点击Acitivie Profile边上的Edit按钮。在打开的页面中的General settings中,令Tab policy为Space only。
全局搜索
ctrl+h
察看接口的实现类
选中接口
ctrl+shift+t
Ctrl+Shift+G就显示这个方法被谁引用了