I was a Netbeans user and I am fairly new to Eclipse. I have managed to install PDT on my Eclipse under Windows 7 x64. Everything is fine but I have a problem, maybe a suggestion.
As you know, nearly all default extensions are coming with the Core Library. I am trying to use PHP SSH2 extension. I know there are so little SSH2 extension commands but it would be good to have auto complete for this extension.
Are there any ways to add this extension to the Eclipse?
P.S. I am a total newbie on Eclipse and maybe missing some terminology. I just want to see the commands listed when I type "ssh2" to the project screen.
P.S.2 I am working on Windows with WAMPServer. I have enabled php_ssh2.dll in WAMPServer and working fine.
On 6.2.2012 0:36, Onur Bingol wrote:
> Hello,
>
> I was a Netbeans user and I am fairly new to Eclipse. I have managed to install PDT on my Eclipse under Windows 7 x64.
> Everything is fine but I have a problem, maybe a suggestion.
>
> As you know, nearly all default extensions are coming with the Core Library. I am trying to use PHP SSH2 extension. I
> know there are so little SSH2 extension commands but it would be good to have auto complete for this extension.
>
> Are there any ways to add this extension to the Eclipse?
>
> P.S. I am a total newbie on Eclipse and maybe missing some terminology. I just want to see the commands listed when I
> type "ssh2" to the project screen.
>
> P.S.2 I am working on Windows with WAMPServer. I have enabled php_ssh2.dll in WAMPServer and working fine.
>
> Thanks in advance :)
It is necessary to create the language file like in the language library(PHP Explorer->php project->PHP Language Library->Core API->*.php).
For example,
Save attached file somewhere.
Open Preferences->PHP->PHP Libraries.
'New' to add the user library.
'Add ZIPs' to add the zip file to the library.
And add the library to the PHP Include Path of the php project.
Totally misunderstand question, thanks to others giving correct answer.
On 6.2.2012 8:04, Marko Karjalainen wrote:
> http://www.eclipse.org/tm/
>
> On 6.2.2012 0:36, Onur Bingol wrote:
>> Hello,
>>
>> I was a Netbeans user and I am fairly new to Eclipse. I have managed to install PDT on my Eclipse under Windows 7 x64.
>> Everything is fine but I have a problem, maybe a suggestion.
>>
>> As you know, nearly all default extensions are coming with the Core Library. I am trying to use PHP SSH2 extension. I
>> know there are so little SSH2 extension commands but it would be good to have auto complete for this extension.
>>
>> Are there any ways to add this extension to the Eclipse?
>>
>> P.S. I am a total newbie on Eclipse and maybe missing some terminology. I just want to see the commands listed when I
>> type "ssh2" to the project screen.
>>
>> P.S.2 I am working on Windows with WAMPServer. I have enabled php_ssh2.dll in WAMPServer and working fine.
>>
>> Thanks in advance :)
>
Toshihiro and Roy, thank you for the files. Do you know any place to download additional content-assist files? It would be disturbing to ask every time I need a file.