Skip to content

VSCode plugin: Show function signatures #1347

Open
@p-offtermatt

Description

@p-offtermatt

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:
image
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions