Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Remote system content assist problem(Missing native PHP functions)
Remote system content assist problem [message #1061148] Thu, 30 May 2013 04:36 Go to next message
Eclipse UserFriend
The content assist is missing native PHP functions when I edit a file on a remote system, for example:

index.php/fa/15092/0/

Content assist works correctly for a file in a local project, for example:

index.php/fa/15091/0/

What do I need to do to make content assist show native PHP functions when editing a remote file?

[Updated on: Thu, 30 May 2013 04:37] by Moderator

Re: Remote system content assist problem [message #1061161 is a reply to message #1061148] Thu, 30 May 2013 06:07 Go to previous message
Eclipse UserFriend
After a bit of research I found the solution:

Edit the .project file in the 'RemoteSystemsTempFiles' folder in the workspace and add :

<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.php.core.PHPNature</nature>

within the <natures> tag. For example:

<natures>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.rse.ui.remoteSystemsTempNature</nature>
</natures>
Previous Topic:Projects missing on Samba share on Eclipse launch
Next Topic:What is a facet?
Goto Forum:
  


Current Time: Wed Jul 23 20:47:26 EDT 2025

Powered by FUDForum. Page generated in 0.02971 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top