| Summary: | [Content Assist] invoke Content assist above some class declaration - strange behavior, built-in functions and classes are not suggested | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Roy Ganor <ganoro> |
| Component: | PDT | Assignee: | Zhongwei Zhao <zhaozhongwei> |
| Status: | CLOSED WORKSFORME | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
is your php file not in the build path or an external file? works for me Verified. |
Have the following code in php file: <?php | //<-- cursor position class Test{ } Save the file, then go to cursor position, type the first two chars of some built-in function/class. You will have for example: <?php cl| //<-- cursor position class Test{ } Content Assist popped-up Actual: The php templates and built-in constants only are suggested in CA list. Both built-in functions and classes are not suggested.