How to show function signature when editing code?

Hi, everyone.
sometimes it is difficult to remember function signature which parameters to apply, so i had to search the document for its definition again and again, how to automatically show parameter list when typing function name just like in Visual Studio? i’m using Water. thanks

Ctrl+P (Edit|Show Call Parameters) brings up the parameters for the current method call.

thanks, i didn’t realize it need an extra manual action. :sweat_smile: