哪个IDE可以通过继承从class1对象中检测method1?

发布于 2024-12-06 13:17:15 字数 88 浏览 0 评论 0原文

我正在开始 CakePHP,但我需要 IDE 来检测具有 2 级扩展的类的方法。

我需要 IDE 来检测 class1 对象中的 method1。

I am beginning CakePHP, but I need IDE for detect method of class that have 2 level extends.

I need IDE that detect method1 from class1 object.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

诺曦 2024-12-13 13:17:15

当某个方法重写另一个类中的方法或被另一个类中的方法重写时,NetBeans 会用指示符替换方法声明的行号。

单击它会将您带到另一个类中指定方法声明的行。

NetBeans 覆盖指示器

NetBeans replaces the line number of method declarations with an indicator when a method is either overriding a method in another class or overridden by a method in another class.

Clicking it takes you to the line of the indicated method declaration in the other class.

NetBeans override indicator

森末i 2024-12-13 13:17:15

请参阅此处此处,了解一些关于获取Netbeans 可以很好地识别关系。

See here and here for some good tips on getting Netbeans to recognise relations nicely.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文