is it possible to add a feature so that for each language, API files can be used that show a little tooltip above the cursor with the complete functionsname and its parameter-list?
I mean, e.g. in PHP:
I write down "echo impl" (echo outputs something, and 'implode' is a build-in function of php) and a tooltips shows up that displays
Yes, why are you calling? I don't think I can be of any help, but it's quite interesting you keep trying over and over again. Why is that? Is this so important to you?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
is it possible to add a feature so that for each language, API files can be used that show a little tooltip above the cursor with the complete functionsname and its parameter-list?
I mean, e.g. in PHP:
I write down "echo impl" (echo outputs something, and 'implode' is a build-in function of php) and a tooltips shows up that displays
string implode (string $glue, array $pieces)
(http://de2.php.net/implode)
so that I know which parameters to use in which position (first, second ... etc).
Thanks a lot!
Hello,
I want to clarify something: I want to be able to enable/disable it and if enabled, the tooltips should show up without having to press a hotkey.
Thanks a lot!
Hello,
I could also contribute the functionslist with returning var-type and parameters, if you wish so.
Thansk!
Anybody?? DonHo?
Sorry, anybody???
Yes, why are you calling? I don't think I can be of any help, but it's quite interesting you keep trying over and over again. Why is that? Is this so important to you?