mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 23:05:15 +01:00
recommand to disable 'quickSuggestions' when using 'tabCompletion', #9788
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user