Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » code completion somehow not available(even within the same scope, code completion does not show up)
code completion somehow not available [message #552775] Fri, 13 August 2010 09:21 Go to next message
Eclipse UserFriend
hey!

I'm using the latest and greatest PDT 2.2 on a windows machine.

strange enough, code completion does not work for me for constants which are defined within the same project for a certain combination:

I have an mvc application using an APPLICATION and a LIBRARY folder on root level. controllers in the application folder can use code completion when accessing classes in the library folder but NOT for constants defined in the library folder.

this is weird because it worked for me in all PDT versions since 1.03 for this project.

I tried anything from rebuilding, deleting the workspace, creating a new php project but no success yet...

Does anyone have a good idea on this topic?

[Updated on: Fri, 13 August 2010 09:22] by Moderator

Re: code completion somehow not available [message #553115 is a reply to message #552775] Mon, 16 August 2010 09:57 Go to previous message
Eclipse UserFriend
I had similar problem in my project. I've been using libraries outside project, configured as linked source. Somehow I end up in situation, when I had correctly referenced libraries but in PHP build path was missing main project and then autocomlete didn't work.

Check in Project properties - Php build path - if it's set correctly Project (Included all)
Previous Topic:Debug Source Display Error (xdebug)
Next Topic:not break with xdebug
Goto Forum:
  


Current Time: Mon May 12 18:35:43 EDT 2025

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

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

Back to the top