If a local variable like this is defined ``` ensureKeyword := func (k string) {} ``` then `ensureKeyword` autocompletes to `ensureKeyword` without arguments even if `useCodeSnippetsOnFunctionSuggestWithoutType` is true.
If a local variable like this is defined
then
ensureKeywordautocompletes toensureKeywordwithout arguments even ifuseCodeSnippetsOnFunctionSuggestWithoutTypeis true.