1 override of TryInvokeSnippetPickerOnQuestionMark
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Snippets\SnippetCommandHandler.vb (1)
101
Protected Overrides Function
TryInvokeSnippetPickerOnQuestionMark
(textView As ITextView, subjectBuffer As ITextBuffer) As Boolean
1 reference to TryInvokeSnippetPickerOnQuestionMark
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
94
if (
TryInvokeSnippetPickerOnQuestionMark
(args.TextView, args.SubjectBuffer))