recommand to disable 'quickSuggestions' when using 'tabCompletion', #9788

This commit is contained in:
Johannes Rieken 2016-07-27 12:56:49 +02:00
parent 8899ae5a3c
commit 09b4e572fe

View file

@ -724,7 +724,7 @@ let editorConfiguration:IConfigurationNode = {
'editor.tabCompletion': {
'type': 'boolean',
'default': DefaultConfig.editor.tabCompletion,
'description': nls.localize('tabCompletion', "Insert snippets when their prefix matches.")
'description': nls.localize('tabCompletion', "Insert snippets when their prefix matches. Works best when 'quickSuggestions' aren't enabled.")
},
'editor.selectionHighlight' : {
'type': 'boolean',