default snippet suggestion sort order is 'bottom', #10467

This commit is contained in:
Johannes Rieken 2016-08-16 09:41:15 +02:00
parent 11ffcfcf69
commit cafe4a992b

View file

@ -83,7 +83,7 @@ class ConfigClass implements IConfiguration {
formatOnType: false,
suggestOnTriggerCharacters: true,
acceptSuggestionOnEnter: true,
snippetSuggestions: 'inline',
snippetSuggestions: 'bottom',
tabCompletion: false,
wordBasedSuggestions: true,
selectionHighlight: true,