First of all, this works great and I'm getting a lot out of it. Thanks! Secondly, I want more :)
I was wondering if you could make it possible to allow a user to enter a set of php include files to always make available in the prompt list. You mention that if the current file includes another that it will take that into account when compiling a list of functions. But the way my projects are setup, most files do not directly include other files so I don't get access to the classes in those files.
Any thoughts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I understand what you are saying, for example I sometimes include files from a directory and the directory path is a variable, so the plugin can't include.
I'll try to work on it when i'll have some free time
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all, this works great and I'm getting a lot out of it. Thanks! Secondly, I want more :)
I was wondering if you could make it possible to allow a user to enter a set of php include files to always make available in the prompt list. You mention that if the current file includes another that it will take that into account when compiling a list of functions. But the way my projects are setup, most files do not directly include other files so I don't get access to the classes in those files.
Any thoughts?
thanks for the thanks
I understand what you are saying, for example I sometimes include files from a directory and the directory path is a variable, so the plugin can't include.
I'll try to work on it when i'll have some free time