Example #1
0
        public ICompletionSource TryCreateCompletionSource(ITextBuffer textBuffer)
        {
            var projectExplorer = GetFromVsEnvironment();
            var textNavigator   = TextNavigator.GetTextStructureNavigator(textBuffer);

            return(new CompletionSource(textBuffer, textNavigator, projectExplorer));
        }