Hello,
I can’t seem to get Neovim with gopls to suggest a type’s template like vscode does.
For example, if you open a function parenthesis and immediately ask for suggestion/completion in vscode it ill template out a construction of the type for that argument.
For example lets say we have a function func X(a []int
. When I go and write X(
and ask for a suggestion vscode will output “int{}” giving you a nice template to construct the array.
Can neovim and gopls be configured to do this as well? I’m failing to find out how.