Just wanted to know that in PHPED the auto complete works for our custom function in the same page, and when we type first few letters of that function the function name pops up in a drop down box, but is there any way to make it work so that even if that function is not in the same page, and in another file which is in the project, that function name appears in the dropdown ?
In the documentation it says:
Quote: |
In addition, phpED keeps track of the variable and function names used in the current project. When you begin to enter a variable or function name, the names that you have used appear in the Code Completion list that pops up. |
It does not keep track of function names used in current project, it does just for the current file only.