You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownDescription: nls.localize('editor.suggest.allowMidWordMatch',"When enabled suggestions allow a first characer to be matched on a non-capital letter. This will provide more search results that may not be as accurate.")
4171
+
markdownDescription: nls.localize('editor.suggest.matchOnWordStartOnly',"When enabled IntelliSense filtering requires that the first character matches on a word start, e.g `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality.")
4172
4172
},
4173
4173
'editor.suggest.showFields': {
4174
4174
type: 'boolean',
@@ -4319,7 +4319,7 @@ class EditorSuggest extends BaseEditorOption<EditorOption.suggest, ISuggestOptio
0 commit comments