hyperlink - How can I browse through my PHP code in Aptana? -


this question has answer here:

when developing java eclipse in old days, remember click on each method , class brought me according place, specific method defined. in third party libraries.

now in aptana, can click on , browse php class method names exist in current file working in. cannot click on class name or method exists externally in other files.

is not yet implemented (or not yet planned) feature of aptana? or can activate extensive browsing external files well?

sidenote: working fqdns.

project nature wasn't set php project. changed according this answer:

  1. right-click on project in project explorer view.
  2. choose properties > project natures.
  3. select php nature.
  4. confirm , re-open project.

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -