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