Wish Ctrl-Shift-Space for sub signature

tomazc

Member
Licensed User
Longtime User
When you return to fix something in a sub call there is no way to bring up the tool tip with the method signature and description other than to delete to the opening bracket and type it again.
This is needed many times when changing sub call parameters or when an error was made while typing them in the first place.

I suggest Ctrl-Shift-Space for this as it is used in many IDEs.

I hope you can squeeze this in in a future update.
 

tomazc

Member
Licensed User
Longtime User
Well most IDEs use a short cut for this. It shows automatically when first writing it (type the open bracket) as does B4A, but use a short cut (usually Ctrl-Shift-Space to view it again if you are inside the parameters of the sub call.
 
Top