提交 09b4e572 编写于 作者: J Johannes Rieken

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

上级 8899ae5a
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册