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:
- right-click on project in project explorer view.
- choose
properties > project natures
. - select
php nature
. - confirm , re-open project.
Comments
Post a Comment