Aptana 3 php can't activate function linking and variable assist
问题 I just upgraded to Aptana 3 and seem to have lost some of the great functionality I had in Eclipse. So far I can't figure out how to re-enable it. Specifically, I need these 2 functions turned back on: FileUpload::checkForExistingUploadPath('./somepath'); Previously, hovering over the 'checkForExistingUploadPath' path would hyperlink it and I could jump straight to that function in that class. It still hightlights the 'FileUpload' part, but not the function. It won't even jump to functions