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

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -