TextMate的自动完成和类大纲PHP项目 [英] Textmate autocompletion and class outline for PHP project

查看:152
本文介绍了TextMate的自动完成和类大纲PHP项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用PDT,但要切换到任何lightweit编辑器。首先,我想尝试TextMate的。 Eclipse有一些有用的功能:

I'm using PDT, but want to switch to any lightweit editor. First I want to try Textmate. Eclipse has several useful features:


  • 类outlile 的得到的属性和方法(与签名)导航列表;

  • 类型层次的,很喜欢的类outlile 的,但它显示完整的继承树;

  • 自动完成自定义类的名称,方法等。(不仅是标准功能);

  • 去声明的功能

  • class outlile to get list of properties and methods (with signature) to navigate;
  • type hierarchy, it is like class outlile but it shows full inheritance tree;
  • autocompletion for custom classes names, methods etc. (not only for standard functions);
  • go to declaration feature

是否TextMate中提供这个功能,还是有捆绑获得这样的功能?

Does Textmate provide this features, or is there bundles to get such functional?

推荐答案

我知道它可以是可怕的 - 这是我 - 但你可以用Vim非常有效code。这definetly不是一个完整的解决方案,但如果你有项目之间的一段时间,这是值得的。

I know it can be frightening — it was for me — but you can code very efficiently with Vim. It's definetly not a turnkey solution but if you have some time between projects it's worth it.


  • 那篇及的 tagbar 是提供code导航插件。

  • 有许多的<一href=\"http://www.vim.org/scripts/script_search_results.php?keywords=php%20completion&script_type=&order_by=rating&direction=descending&search=search\"相对=nofollow>解决方案了解自动完成。

  • 您可以去申报与 GD 在单个文件或与旺盛的ctags和 CTRL - ] 更多复杂的情况。

  • Taglist and tagbar are plugins that provide code navigation.
  • There are a number of solutions for autocompletion.
  • you can go to declaration with gd in a single file or with exuberant ctags and ctrl-] in more complex situations.

这篇关于TextMate的自动完成和类大纲PHP项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆