Use better name for insertParamtersForFunctionCall setting

Renamed to `completeFunctionCalls` to hopefully make it clear that this setting will also complete functions with no parameters

Fixes #59325
This commit is contained in:
Matt Bierner
2018-09-26 11:53:54 -07:00
parent 6ffd6e8045
commit f169056822
3 changed files with 8 additions and 8 deletions

View File

@@ -241,7 +241,7 @@ interface CompletionConfiguration {
}
namespace CompletionConfiguration {
export const useCodeSnippetsOnMethodSuggest = 'suggest.insertParametersForFunctionCalls';
export const useCodeSnippetsOnMethodSuggest = 'suggest.completeFunctionCalls';
export const useCodeSnippetsOnMethodSuggest_deprecated = 'useCodeSnippetsOnMethodSuggest';
export const nameSuggestions = 'suggest.names';
export const nameSuggestions_deprecated = 'nameSuggestions';