1 implementation of TryExpand
Microsoft.CodeAnalysis.EditorFeatures (1)
AsyncCompletion\LanguageServerSnippetExpanderAdapter.cs (1)
27
public bool
TryExpand
(string lspSnippetText, SnapshotSpan snapshotSpan, ITextView textView)
1 reference to TryExpand
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
263
if (!_languageServerSnippetExpander.
TryExpand
(lspSnippetText, mappedSpan, _textView))