| Summary: | Code assist is broken for @method and @property | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Oliver Grätz <oliver.graetz> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kalin.a, zhaozhongwei |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Oliver Grätz
The Eclipse wiki itself states how it should work on http://wiki.eclipse.org/MagicAccess Today I also wanted to enable completion for properties inside a Dependency Injection Container that are implemented as properties containing closures returning objects of some type. Therefore I wanted to document the types of thesese objects with @property SomeType $propertyname but all I got from the completion was the name of the property and the information "MagicPropertyType" resulting in no furhter completion for the completed property name. fixed in head,now the latest code works for the cases in http://wiki.eclipse.org/MagicAccess ,but the binary jar still is not available.I very am sorry for this. Verified. Closing... "borp(int $int1, int $int2)" is suggested in CA assist list now. "borp()" is no longer available. |