autocomplete - Textmate autocompletion and class outline for PHP project -


i'm using pdt, want switch lightweit editor. first want try textmate. eclipse has several useful features:

  • class outlile list of properties , methods (with signature) navigate;
  • type hierarchy, class outlile shows full inheritance tree;
  • autocompletion custom classes names, methods etc. (not standard functions);
  • go declaration feature

does textmate provide features, or there bundles such functional?

i know can frightening — me — can code efficiently vim. it's definetly not turnkey solution if have time between projects it's worth it.

  • taglist , tagbar plugins provide code navigation.
  • there number of solutions autocompletion.
  • you can go declaration gd in single file or exuberant ctags , ctrl-] in more complex situations.

Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -