我可以让 Eclipse 自动完成加载->而不是仅仅加载?
我正在使用 CodeIgniter 和 Eclipse PDT;是否可以让 Eclipse 自动完成 loa 作为 load->
而不是 load
?类似于自动获取 $this->
的方式。
谢谢,
勒米安特
I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load->
instead of load
? Similair to how you get $this->
automatically.
Thanks,
Lemiant
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好问题,勒米特!我不知道是否有预先构建的插件,但我认为可以设置PDT来读取类信息等。查看 CodeIgniter 论坛上的讨论,了解过去几年人们是如何实现这一点的:
http://codeigniter.com/forums/viewthread/69098/
似乎有一些古怪的方法可以做到这一点,但这似乎并不是不可能的。希望这有帮助。
Good question, lemiant! I don't know if there's a pre-built plugin, but I think PDT can be set up to read class information and the like. Check out this discussion on the CodeIgniter forums to see how people have apparently been implementing this over the last few years:
http://codeigniter.com/forums/viewthread/69098/
It appears there are some hacky ways to do it, but it doesn't seem impossible by any means. Hope this helps.