C# 클래스 MichaelReukauff.Protobuf.CompletionSource

The completion source.
상속: ICompletionSource
파일 보기 프로젝트 열기: mreu/ProtobufLanguageService

공개 메소드들

메소드 설명
CompletionSource ( ITextStructureNavigatorSelectorService navigatorSelectorService, ITextBuffer buffer ) : System

Initializes a new instance of the CompletionSource class.

비공개 메소드들

메소드 설명
FindTokenSpanAtPosition ( ICompletionSession session ) : ITrackingSpan

Find the current word from the position of the cursor.

ICompletionSource ( ICompletionSession session, IList completionSets ) : void

Implement the AugmentCompletionSession method by adding a completion set that contains the completions you want to provide in the context. Each completion set contains a set of Completion completions, and corresponds to a tab of the completion window. The FindTokenSpanAtPosition method is defined in the next step.

IDisposable ( ) : void

The dispose.

메소드 상세

CompletionSource() 공개 메소드

Initializes a new instance of the CompletionSource class.
public CompletionSource ( ITextStructureNavigatorSelectorService navigatorSelectorService, ITextBuffer buffer ) : System
navigatorSelectorService ITextStructureNavigatorSelectorService The navigator selector service.
buffer ITextBuffer The text buffer.
리턴 System