Explore remote functions while working on a remote project [message #765010] |
Tue, 13 December 2011 03:58  |
Eclipse User |
|
|
|
Hi,
I have a question I didn't find an answer to:
While working on a remote project using eclipse RSE(TM) or Aptana (it doesnt really matter, answer for any of them will be good) I couldn't find a way to locate functions implementation or location.
For example:
Lets say im working on a remote project in the file a_func.php, and in that file there is a use in the function b_func(...) which is implemented in another file that is being included to the current file I am working on.
If I was working on a local file system, usually something like 'ctrl+mouse_click' would take me to its definition/decleration.
While working remotely it doesnt work.
Does someone know how to make it happen?? ^_^
Thanks!
|
|
|
|
|
Re: Explore remote functions while working on a remote project [message #768071 is a reply to message #767565] |
Mon, 19 December 2011 09:21  |
Eclipse User |
|
|
|
Since this works for a local project but not for the equivalent EFS-based
remote project, my guess is that Aptana tries to access files using
underlying local files rather than at the IFile level. In remote RSE-EFS
cases, there are no such files so that would not work. That said, I have
not used Aptana so I don't know for sure whether that's how it's
implemented.
"Elior" <forums-noreply@eclipse.org> wrote in message
news:jckg3m$8d2$1@news.eclipse.org...
> ummm, the natures of the aptana are:
> <natures>
> <nature>com.aptana.editor.php.phpNature</nature>
> <nature>com.aptana.projects.webnature</nature>
> </natures>
>
> If I have to describe the behavior of the system it is as if there is not
> any project environment that was built what so ever as oppose to local
> projects which the eclipse build (I guess) a local environment with
> variables and functions table and more...
>
|
|
|
Powered by
FUDForum. Page generated in 0.05119 seconds