i have againg a problem with completition. now i can't get any suggestion. Sure i can type var_dump, but it is more comfortable with autocompletion.
I'm using Eclipse PHP Ide 3.5 with PDT 2.1.
|
i have againg a problem with completition. now i can't get any suggestion. Sure i can type var_dump, but it is more comfortable with autocompletion. I'm using Eclipse PHP Ide 3.5 with PDT 2.1.
| ||||
|
feedback
|
|
Not sure it'll do, but maybe you can try adding the "PHP library" by hand :
Does it help ? (BTW, with this solution, you can get auto-completion / suggestions for PEAR libraries, for instance ; just add whatever library you're using to the PHP Include Path) Else... Hu... Are you using a recent version of the JAVA VM ? | |||||
feedback
|
|
I solved it....the problem is, that i import a project from subversion and its not e pure PHP Project. On PHP-Project is working fine. Yesterday i've imported the project first as PHP and not from Subversion ;) | |||
|
feedback
|
|
Indeed, same problem this side, got it working by not choosing "enable Project Specific settings". | |||
|
feedback
|
|
Note that installing Dynamic Languages Toolkit breaks PHP autocomplete in the way none of the hints above work. It's great for ruby etc though.. I ended up installing separate PDT just for PHP alone. | |||
|
feedback
|
|
Check the lib of your project. It may be that you have include two such jar files in which same class is available or say one class in code can be refrenced in two jar files. In such case also eclipse stops assisting code as it is totally confused. Better way to check this is go to the file where assist is not working and comment all imports there, than add imports one by one and check at each import if code-assist is working or not.You can easily find the class with duplicate refrences. | |||
|
feedback
|
|
Add "Crore API" to "PHP Language Library" in Eclipse PHP Project. Solution:
Example: Before:
After:
| |||
|
feedback
|