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