How to fix Zend Studio 7.1.2 autoCompletion
Category: zend studio

Upgrading to Zend Studio 7.1.2 maybe breaks your autoComplete function.

To get it working again delete the folowing file

Zend/workspaces/<your workspace name>/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ui.prefs

That will force Eclipse to create a new DLTK preferences file and, for me, autocompletes is working again..!

Tags: ,

21 Responses to “How to fix Zend Studio 7.1.2 autoCompletion”

  1. k says:

    Which file?

  2. Becker says:

    works like a charm!

    Thnx!

  3. webpatser says:

    just search for ‘org.eclipse.dltk.ui.prefs’ on your filesystem, and delete that file…

  4. kariayam says:

    thanks for the tips
    it work great on me

  5. Jefferson says:

    It’s work! Good!
    Thanks

  6. Mac says:

    Finally got code assist working on Zend Studio 7.2 – thank you!

  7. You could also try starting Zend Studio as ./ZendStudio -clean from the command line.

  8. Nate says:

    Worked very well! thanks.

  9. Jeffrey Cobb says:

    Thank You! Worked great. I really did not want to switch to NetBeans or Eclipse PDT..whew. thanks again!!!

  10. Kevin Versteeg says:

    Thanks man, works like a charm!! How did you figure this out? Thanks again!

  11. Bart says:

    Thanks! Worked for me!

  12. bart says:

    for me worked with the file remove… the method with clean doesn’t work

    Thanks

  13. A.Tawila says:

    thanks a lot for the tip
    worked just fine for me on Zend Studio 7.2.1

  14. Asanka lakmal says:

    Thanks very much

  15. mariboudhi says:

    It works fine. Thanks

  16. Mauritz says:

    can someone confirm if autocompletion works “automatically” or do I have to press ctrl+space everytime I want something auto completed?

  17. webpatser says:

    No. autocompletion is automatically. You can set the time between typing and autocomplete in your preferences. Standard it’s 1000ms i think..

  18. George says:

    Thanks dude, it worked for me.
    It was driving me crazy.

  19. Maris says:

    Yesss, that helped!
    I thought I’ll go mad without it…

    Thanks a lot! ;)

    Maris

  20. Ahmad Tawila says:

    worked for me on ZendStudio 8.0

  21. Mansi says:

    You are awesome!! Thanks a lot!!!!

Leave a Comment