1 write to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
165this.SupportsAutomaticSuggestions = _globalOptionService.GetOption(InlineRenameUIOptionsStorage.GetSuggestionsAutomatically);
6 references to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (6)
95/// When smart rename is in automatic mode and <see cref="SupportsAutomaticSuggestions"/> is set, 130public bool IsSuggestionsPanelExpanded => HasSuggestions && (!SupportsAutomaticSuggestions || IsAutomaticSuggestionsEnabled); 133=> SupportsAutomaticSuggestions 138=> SupportsAutomaticSuggestions 168this.IsAutomaticSuggestionsEnabled = this.SupportsAutomaticSuggestions && !_globalOptionService.GetOption(InlineRenameUIOptionsStorage.CollapseSuggestionsPanel); 337if (this.SupportsAutomaticSuggestions)