Skip to content

Commit 09b4e57

Browse files
committed
recommand to disable 'quickSuggestions' when using 'tabCompletion', microsoft#9788
1 parent 8899ae5 commit 09b4e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/common/config/commonEditorConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ let editorConfiguration:IConfigurationNode = {
724724
'editor.tabCompletion': {
725725
'type': 'boolean',
726726
'default': DefaultConfig.editor.tabCompletion,
727-
'description': nls.localize('tabCompletion', "Insert snippets when their prefix matches.")
727+
'description': nls.localize('tabCompletion', "Insert snippets when their prefix matches. Works best when 'quickSuggestions' aren't enabled.")
728728
},
729729
'editor.selectionHighlight' : {
730730
'type': 'boolean',

0 commit comments

Comments
 (0)