Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT 3.2 - Content Assist not working on Eclipse Juno(PDT 3.2 - Content Assist not working on Eclipse Juno)
icon5.gif  PDT 3.2 - Content Assist not working on Eclipse Juno [message #1065834] Thu, 27 June 2013 16:50 Go to next message
Sebastian Gomez is currently offline Sebastian GomezFriend
Messages: 2
Registered: June 2013
Junior Member
Hi everyone.

I've been using PDT 3.1 for my PHP projects and everything worked fine, but I had to reinstall my operating system (now I'm using Windows 7 - 64 bits) and PHP Content Assist stopped working (now I get a message of no completation available). I'm using:

* Eclipse Juno Service Release 2 (64 bits)
* PDT 3.2

In order to get it to work, I've tried every single solution I ran into the Internet, including:

* Checking: Window > Preferences > PHP > Editor > Content Assist
* Project > Clean
* Deleting workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2
* Creating a new brand workspace
* Checking ".project" file (yes, org.eclipse.php.core.PHPNature is there)
* Checking ".buildpath" file (yes, org.eclipse.php.core.LANGUAGE is there)

I hope that someone may have an idea about what is going on.
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1065861 is a reply to message #1065834] Thu, 27 June 2013 23:22 Go to previous messageGo to next message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
> * Eclipse Juno Service Release 2 (64 bits)
> * PDT 3.2
How did you install PDT 3.2 on Juno?

If you installed PDT from update site(http://download.eclipse.org/tools/pdt/updates/3.2/release), DLTK 4.0 must have been installed, but PDT 3.2 needs DLTK 5.0.
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1065864 is a reply to message #1065861] Fri, 28 June 2013 02:45 Go to previous messageGo to next message
Sebastian Gomez is currently offline Sebastian GomezFriend
Messages: 2
Registered: June 2013
Junior Member
Toshihiro,

First of all, thank you for your quick response.

As you supposed, I installed PDT from "http://download.eclipse.org/tools/pdt/updates/3.2/release". First, I attempted to install PDT 3.1, but the URL that I used before was no longer available.

Now I used: "http://download.eclipse.org/releases/juno" to install PDT 3.1.1 and everything works fine. Again, thanks for your help.

[Updated on: Fri, 28 June 2013 02:57]

Report message to a moderator

Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1066001 is a reply to message #1065834] Fri, 28 June 2013 18:24 Go to previous messageGo to next message
Valery Cheban is currently offline Valery ChebanFriend
Messages: 17
Registered: January 2013
Junior Member
How to install DLTK 5.0?
Its possible on eclipse 3.8.2 juno?
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1066002 is a reply to message #1066001] Fri, 28 June 2013 18:26 Go to previous messageGo to next message
Valery Cheban is currently offline Valery ChebanFriend
Messages: 17
Registered: January 2013
Junior Member
Sebastian Gomez, here is last PDT 3.1.2:
update site: http://download.eclipse.org/tools/pdt/updates/release

[Updated on: Fri, 28 June 2013 18:28]

Report message to a moderator

Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1137614 is a reply to message #1066002] Mon, 14 October 2013 16:13 Go to previous messageGo to next message
clive darra is currently offline clive darraFriend
Messages: 6
Registered: October 2013
Junior Member
its nothing to do with DLTK or PDT versions - just delete your model.h2.db's ! see http://www.eclipse.org/forums/index.php/m/1065653
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1146903 is a reply to message #1137614] Sun, 20 October 2013 13:46 Go to previous messageGo to next message
Valery Cheban is currently offline Valery ChebanFriend
Messages: 17
Registered: January 2013
Junior Member
How to install DLTK 5.0?
Its possible on eclipse 3.8.2 juno?


Yes! I download DLTK from page http://download.eclipse.org/technology/dltk/downloads/drops/R5.0/R-5.0-201306060709/

( http://www.eclipse.org/downloads/download.php?file=/technology/dltk/downloads/drops/R5.0/R-5.0-201306060709/dltk-core-I-201306060709.zip )

And install it like archive plug-in from disk.
Then i update PDT from 3.1.2 to 3.2 from update site http://download.eclipse.org/tools/pdt/updates/3.2/release

Its works!
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1159928 is a reply to message #1065834] Mon, 28 October 2013 22:00 Go to previous messageGo to next message
Andrew Yang is currently offline Andrew YangFriend
Messages: 1
Registered: October 2013
Junior Member
Hi Toshihiro,

Thanks for the solution!
Just download DLTK 5.0, unzip it to "eclipse/dropins/"

index.php/fa/16562/0/

and it works now, perfect Surprised
Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1251713 is a reply to message #1065861] Thu, 20 February 2014 14:18 Go to previous messageGo to next message
Android Developer is currently offline Android DeveloperFriend
Messages: 8
Registered: February 2014
Junior Member
I have Eclipse Kepler with the same problem:No default proposals for Content Assist.
But my problem is focused on .cpp archives.Even though I Content Assist works great for my Java code my cpp files have problem( have successfully installed C/C++ Development Tools).

But in my folder there is not exist any
workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2

So I followed the suggestion of Andrew Yang and I unzipped "dltk-core-I-201306060709.zip" to the folder : ...eclipse/dropins

I restarted eclipse, I cleaned project, I refreshed it but the problem still insists.

What is the wrong that I do?

[Updated on: Thu, 20 February 2014 14:33]

Report message to a moderator

Re: PDT 3.2 - Content Assist not working on Eclipse Juno [message #1251722 is a reply to message #1065861] Thu, 20 February 2014 14:29 Go to previous message
Android Developer is currently offline Android DeveloperFriend
Messages: 8
Registered: February 2014
Junior Member
Dear Toshihiro Izumi,

I have Eclipse Kepler with the same problem:No default proposals for Content Assist.
But my problem is focused on .cpp archives.Even though I Content Assist works great for my Java code my cpp files have problem( have successfully installed C/C++ Development Tools).

But in my folder there is not exist any
workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2

So I followed the suggestion of Andrew Yang and I unzipped "dltk-core-I-201306060709.zip" to the folder : ...eclipse/dropins

I restarted eclipse, I cleaned project, I refreshed it but the problem still insists.

What is the wrong that I do?
Thank you in advance
Previous Topic:content assist java script in pdt
Next Topic:Executing PHP Web Pages on Win8.1
Goto Forum:
  


Current Time: Thu Mar 28 09:37:48 GMT 2024

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

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

Back to the top