We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8899ae5 commit 09b4e57Copy full SHA for 09b4e57
1 file changed
src/vs/editor/common/config/commonEditorConfig.ts
@@ -724,7 +724,7 @@ let editorConfiguration:IConfigurationNode = {
724
'editor.tabCompletion': {
725
'type': 'boolean',
726
'default': DefaultConfig.editor.tabCompletion,
727
- '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.")
728
},
729
'editor.selectionHighlight' : {
730
0 commit comments