Open
Description
One of the things I am missing dearly when writing Quint is support to show function signatures for functions I am typing right now.
Here is what the thing I am talking about looks like in Golang:
i.e. just writing the StoreConsensusParams function name shows me what parameters I need to fill in.
This usually also works when hovering function calls, would be great to have that, too
The main benefit is that with this, it becomes less necessary to jump around and re-read function signatures.
In my workflow, this is pretty slow: ctrl+f, type the method I want to know about, go through the potentially many results to find a usage where I can tell what the signature is, then re-find the place where I actually want to write the function call.