Zend Studio: How to fix Code Completion, when it stops working
I have ran into an issue/bug with zend studio/eclipse IDE, every once an a while code completion will stop working. I have not been able to pin down what exactly causes the problem, but here is my fix.
Delete the following file in the Zend Studio workspace:
Zend/workspaces/<your workspace name>/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ui.prefs

8 Responses to “ Zend Studio: How to fix Code Completion, when it stops working ”
October 27th, 2010 at 2:26 pm
Thank you very much man… I had to delete all the Workspace folder in mine as there were a bunch of org.eclipse and I didn’t know what to do -rebuild the whole workspace did it.
One question, if I just delete the contents of .settings will I have to rebuild the workspace?
thanks again
October 27th, 2010 at 2:28 pm
Got it!
The file is
Zend/workspaces//.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ui.prefs
Thanks anyway!
November 18th, 2010 at 1:08 pm
Lifesaver…
December 21st, 2010 at 8:06 am
Thanks Mike. That worked for me as well
July 6th, 2011 at 8:54 am
Thank you thank you thank you
July 24th, 2011 at 6:47 am
i can’t the file name
July 25th, 2011 at 6:46 am
@tierrarara
Make sure you were looking for “org.eclipse.dltk.ui.prefs”.
This may have been cut off from the post above.
November 28th, 2011 at 3:52 am
Thank you!