Right now `go.useCodeSnippetsOnFunctionSuggestWithoutType: true` always appends the snippet. It would be really useful if it wouldn't when the first non-space character after the cursor is a `(`.
Right now
go.useCodeSnippetsOnFunctionSuggestWithoutType: truealways appends the snippet.It would be really useful if it wouldn't when the first non-space character after the cursor is a
(.