Метод | Описание | |
---|---|---|
AugmentCompletionSession ( ICompletionSession session, IList |
Primary entry point for intellisense. This is where intellisense list is getting created.
|
|
Dispose ( ) : void | ||
RCompletionSource ( ITextBuffer textBuffer, ICoreShell shell ) : System.Collections.Generic |
Метод | Описание | |
---|---|---|
GetApplicableSpan ( int position, ICompletionSession session ) : Span? |
Calculates span in the text buffer that contains data applicable to the current completion session. A tracking span will be created over it and editor will grow and shrink tracking span as user types and filter completion session based on the data inside the tracking span.
|
|
PopulateCompletionList ( int position, ICompletionSession session, IList |
Populates R completion list for a given position
|
public AugmentCompletionSession ( ICompletionSession session, IList |
||
session | ICompletionSession | Completion session |
completionSets | IList |
Completion sets to populate |
Результат | void |
public RCompletionSource ( ITextBuffer textBuffer, ICoreShell shell ) : System.Collections.Generic | ||
textBuffer | ITextBuffer | |
shell | ICoreShell | |
Результат | System.Collections.Generic |