tsigo
Guest
|
|
Posted: Mon Feb 23, 2004 12:46 pm |
|
|
|
|
|
I was coding something today and I realized there needs to be an easy way to bring up a function's parameter list.
If I type
"mktime(date('h'), "
the parameter list for mktime is gone. I have to go back to the opening "(" to see it. It would be useful to have a hotkey (like Ctrl+Shift+Space) to bring up the current function's parameter list again.
|
|
tsigo
Guest
|
|
Posted: Thu Feb 26, 2004 4:21 pm |
|
|
|
|
|
Hiding the parameter list is also needed. If I know the parameters of a function by heart and don't need to see them, I press escape and it should hide them. It hides them and then brings them back up automatically and can't be made to go away.
This is also very annoying when I need to see something one or two lines above the one I'm working on and the parameter list completely obscures parts of those lines.
|
|