Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我将一个函数添加到一个出色的接口。在 Visual Studio 中,在实现它的类中,我可以右键单击接口声明并重新实现它。这将更新代码以反映所做的更改。无论如何在eclipse中做同样的事情吗?如果有就好了 我已经在网上搜索过,唉,不高兴。
You can also use the source menu. Select Source > Override/Implement methods.