1 write to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
165
this.
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,
130
public bool IsSuggestionsPanelExpanded => HasSuggestions && (!
SupportsAutomaticSuggestions
|| IsAutomaticSuggestionsEnabled);
133
=>
SupportsAutomaticSuggestions
138
=>
SupportsAutomaticSuggestions
168
this.IsAutomaticSuggestionsEnabled = this.
SupportsAutomaticSuggestions
&& !_globalOptionService.GetOption(InlineRenameUIOptionsStorage.CollapseSuggestionsPanel);
337
if (this.
SupportsAutomaticSuggestions
)