Code Hints Question
So, I've been trying the trial for CS5 now that it has some awesome PHP support. One thing I would like to do though is add definitions for my own classes which I use for almost every page I write (specifically sql and page content classes). I have found that I can edit the files in the 'CodeHints' directory to create classes like the predefined classes that already exist (like Exception() ), but this doesn't really address what I want, as this is the same as just including the file with the definition of my class. Ultimately, I'd like a proper definition of the functions of my class, involving all possible parameter combinations, as some of them have been defined to take different sets of parameters (much like JavaScripts for - If you type "for(" in a JavaScript document in CS5 or possibly CS4, you'll see what I mean). Is there any way to do this?
Sorry for the long-winded question.
Thanks
Guy.
