Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:21 Go to next message
daphunk  is currently offline daphunk Friend
Messages: 1
Registered: August 2010
Junior Member
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 13:22]

Report message to a moderator

Re: code completion somehow not available [message #553115 is a reply to message #552775] Mon, 16 August 2010 13:57 Go to previous message
Zdenek Machek is currently offline Zdenek MachekFriend
Messages: 12
Registered: July 2009
Junior Member
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: Thu Apr 25 16:25:36 GMT 2024

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

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

Back to the top