Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Content assist is not working
Content assist is not working [message #1541416] Fri, 02 January 2015 03:14 Go to next message
Patrick Stuart is currently offline Patrick StuartFriend
Messages: 10
Registered: January 2015
Junior Member
Hello. Content assist is not working properly for me.

First, I went and installed DLTK 5.0 (I could write a novel on how stupid it is to require the bleeding edge version of software, but in reality I have no time left after I spent all night upgrading Eclipse and all my plugins just to find out the software doesn't work anyway Mad ).

Then I upgraded to PDT 3.3.2.

Now content assist is only partially functional. It will not pull up constructors or recognize the type of new variables.


Installation: 4.3.2, DLTK 5.0, Ubuntu 14.04.

I'm sorry to vent but this is extremely irritating to spend all night unsuccessfully trying to upgrade, all because somebody decided to require software which doesn't bother to support the latest version of Eclipse offered in the Ubuntu repository.
Re: Content assist is not working [message #1542317 is a reply to message #1541416] Fri, 02 January 2015 15:25 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
Did you try to delete h2 database? Close eclipse and delete dir:
$WORKSPACE_LOC/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2

Eclipse reindex your projects after startup.

DLTK 5 is required since PDT 3.2 due api change.
It's available in eclipse since 4.3 (default official repository), so I don't understand your problem. Maybe Ubuntu repo have a bug. Wink


[Updated on: Fri, 02 January 2015 15:25]

Report message to a moderator

Re: Content assist is not working [message #1543402 is a reply to message #1542317] Sat, 03 January 2015 06:07 Go to previous messageGo to next message
Patrick Stuart is currently offline Patrick StuartFriend
Messages: 10
Registered: January 2015
Junior Member
Dawid Pakula wrote on Fri, 02 January 2015 15:25
Did you try to delete h2 database? Close eclipse and delete dir:
$WORKSPACE_LOC/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2

Eclipse reindex your projects after startup.

DLTK 5 is required since PDT 3.2 due api change.
It's available in eclipse since 4.3 (default official repository), so I don't understand your problem. Maybe Ubuntu repo have a bug. Wink
Yes, this does seem to have fixed the problem. Thank you.
Re: Content assist is not working [message #1552302 is a reply to message #1543402] Thu, 08 January 2015 03:56 Go to previous message
Toby Thain is currently offline Toby ThainFriend
Messages: 7
Registered: July 2009
Junior Member
Brilliant! Deleting the H2 database fixed Content Assist for me as well. It had become huge over the years:

$ ls -l *.h2
total 7941496
-rw-r--r--  1 toby  staff     5947808  7 Jul  2013 model.285.log.db
-rw-r--r--  1 toby  staff  2684354608  7 Jul  2013 model.data.db
-rw-r--r--  1 toby  staff  1375731760  7 Jul  2013 model.index.db
Previous Topic:DLTK indexing EXTREMLY slow
Next Topic:SVN remote project?
Goto Forum:
  


Current Time: Sat Apr 27 01:43:33 GMT 2024

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

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

Back to the top