Method | Description | |
---|---|---|
IsCaretInLibraryStatement ( ITextView textView ) : bool | ||
IsCaretInNamespace ( ITextView textView ) : bool | ||
IsInNameSpace ( ) : bool | ||
IsInNamespace ( ITextSnapshot snapshot, int position ) : bool | ||
RCompletionContext ( ICompletionSession session, ITextBuffer textBuffer, |
public static IsCaretInLibraryStatement ( ITextView textView ) : bool | ||
textView | ITextView | |
return | bool |
public static IsCaretInNamespace ( ITextView textView ) : bool | ||
textView | ITextView | |
return | bool |
public static IsInNamespace ( ITextSnapshot snapshot, int position ) : bool | ||
snapshot | ITextSnapshot | |
position | int | |
return | bool |
public RCompletionContext ( ICompletionSession session, ITextBuffer textBuffer, |
||
session | ICompletionSession | |
textBuffer | ITextBuffer | |
ast | ||
position | int | |
return | System |