Skip to content

Add a setting to include word based suggestions regardless of the language#110494

Merged
jrieken merged 1 commit intomicrosoft:masterfrom
usernamehw:word_suggestion_any_language
Nov 13, 2020
Merged

Add a setting to include word based suggestions regardless of the language#110494
jrieken merged 1 commit intomicrosoft:masterfrom
usernamehw:word_suggestion_any_language

Conversation

@usernamehw
Copy link
Contributor

A setting for #5312

'editor.wordBasedSuggestionsOnlySameLanguage': {
type: 'boolean',
default: true,
description: nls.localize('wordBasedSuggestionsOnlySameLanguage', "Controls whether word based completions should be included from opened documents of the same language or any language.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking, good. I might remodel this into a enum which goes like wordBasedSuggestionSource: 'currentDocument', 'sameLanguageDocuments', 'allDocuments'. That will allow folks to go back to old behaviour as well

@jrieken jrieken added this to the November 2020 milestone Nov 12, 2020
@jrieken jrieken added the suggest IntelliSense, Auto Complete label Nov 12, 2020
@jrieken jrieken merged commit f1560e9 into microsoft:master Nov 13, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

suggest IntelliSense, Auto Complete

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants