Community
Participate
Working Groups
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.
is your php file not in the build path or an external file?
works for me
Verified.