0

how to add the ability to bind a hotkey to display the function's arguments? Is it even possible?

1 Answer 1

1

You can have company-go insert the arguments for a function when you complete it, like so:

go autocomplete arguments

Not quite a hotkey for the function arguments but not too far off. If that is not enough based on https://github.com/nsf/gocode/pull/251 gocode can provide the function arguments for a given function, so showing a popup should not be too hard.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.