I have an existing project using git and just installed eclipse along with egit. I pointed to the git repository using egit and can see all my files, my existing branches and switch between branches.
When I open the file from the git repository view, it does not seem to recognize that it is a php file, does not show me the classes inside it and does not execute code completion. If I just dragged a file from Explorer, it at least recognizes this file as php, but does not understand the project well enough to show me code completion from installed libraries. I think I need to configure eclipse to understand the project home directory, but I got a little lost. Any help would be greatly appreciated.
source share