Skip to content

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

Merged
Johannes Rieken (jrieken) merged 1 commit into
microsoft:masterfrom
usernamehw:word_suggestion_any_language
Nov 13, 2020
Merged

Add a setting to include word based suggestions regardless of the language#110494
Johannes Rieken (jrieken) merged 1 commit into
microsoft:masterfrom
usernamehw:word_suggestion_any_language

Conversation

@usernamehw

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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 Johannes Rieken (jrieken) added the suggest IntelliSense, Auto Complete label Nov 12, 2020
@jrieken
Johannes Rieken (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