user3452098
user3452098

Reputation: 298

latest Luna eclipse PDT does not give common function suggestions

I was using helios version of PDT but it was compatible only till v5.3 so I downloaded latest luna version to get v5.5 support from here. but after downloading this instead of supporting new functions it stopped showing hints for most of the new/old functions such as crypt(),str_replace() etc.

Actully none of the string,array,mysqli etc functions are suggested how can I fix this ?

Upvotes: 0

Views: 181

Answers (1)

zulus
zulus

Reputation: 2505

Due bug in DLTK you have to manualy remove H2 database from you workspace after upgrade.

Howto fix this:

  1. Close Eclipse
  2. Go to folder : $workspace_dir/.metadata/.plugins
  3. Remove org.eclipse.dltk.core.index.sql.h2 dir
  4. Start Eclipse
  5. Waiting for DLTK index

Upvotes: 1

Related Questions