如今用spring ioc容器进行接口注入,会给程序带来极大的灵活性,编程过程中要想查看一个对象的方法时一般要按注Ctrl键再单击左键就会跳转过去,可是面向接口编程时这样做会跳到接口里,有没有好方法可以直接跳到接口的实现代码中,有!implementors可以做到强烈推荐大家安装!
插件名称: implementors
更新地址:
http://eclipse-tools.sourceforge.net/updates
安装步骤:
进入 Help -> Soft Ware Updates -> Find and Install... -> Search for new features to install -> Next
-> New Remote Site , 输入Name: eclipse-tools, URL: http://eclipse-tools.sourceforge.net/updates
-> Finish, 选择 implementors。
使用方法:
光标定位到调用某接口某方法的代码处,按 Alt + F3,即可跳到代码实现处!
转载于:https://www.cnblogs.com/wliang22/archive/2010/05/12/1733710.html