Property | Type | Description | |
---|---|---|---|
currentMember | IUnresolvedMember | ||
currentType | IUnresolvedTypeDefinition | ||
document | IDocument | ||
location | TextLocation | ||
offset | int |
Method | Description | |
---|---|---|
AppendMissingClosingBrackets ( StringBuilder wrapper, bool appendSemicolon ) : void | ||
GetCurrentParameterIndex ( int triggerOffset, int endOffset ) : int | ||
GetCurrentParameterIndex ( int triggerOffset, int endOffset, List |
||
GetParameterCompletionCommandOffset ( int &cpos ) : bool | ||
SetOffset ( int offset ) : void |
Method | Description | |
---|---|---|
CSharpCompletionEngineBase ( IProjectContent content, ICompletionContextProvider completionContextProvider, ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext ctx ) : System | ||
CreateWrapper ( string continuation, bool appendSemicolon, string afterContinuation, string memberText, TextLocation memberLocation, int &closingBrackets, int &generatedLines ) : StringBuilder | ||
GetInvocationBeforeCursor ( bool afterBracket ) : ExpressionResult | ||
GetMemberTextToCaret ( ) : TextLocation>.Tuple |
||
GetState ( ) : |
||
IsInsideCommentStringOrDirective ( ) : bool | ||
IsInsideCommentStringOrDirective ( int offset ) : bool | ||
IsInsideDocComment ( ) : bool | ||
ParseStub ( string continuation, bool appendSemicolon = true, string afterContinuation = null ) : SyntaxTree | ||
Reset ( ) : void | ||
ResolveExpression ( AstNode expr ) : ExpressionResolveResult | ||
ResolveExpression ( ExpressionResult tuple ) : ExpressionResolveResult |
Method | Description | |
---|---|---|
GetBracketStack ( string memberText ) : int>>.Stack |
public static AppendMissingClosingBrackets ( StringBuilder wrapper, bool appendSemicolon ) : void | ||
wrapper | StringBuilder | |
appendSemicolon | bool | |
return | void |
protected CSharpCompletionEngineBase ( IProjectContent content, ICompletionContextProvider completionContextProvider, ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext ctx ) : System | ||
content | IProjectContent | |
completionContextProvider | ICompletionContextProvider | |
ctx | ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext | |
return | System |
protected CreateWrapper ( string continuation, bool appendSemicolon, string afterContinuation, string memberText, TextLocation memberLocation, int &closingBrackets, int &generatedLines ) : StringBuilder | ||
continuation | string | |
appendSemicolon | bool | |
afterContinuation | string | |
memberText | string | |
memberLocation | TextLocation | |
closingBrackets | int | |
generatedLines | int | |
return | StringBuilder |
public GetCurrentParameterIndex ( int triggerOffset, int endOffset ) : int | ||
triggerOffset | int | |
endOffset | int | |
return | int |
public GetCurrentParameterIndex ( int triggerOffset, int endOffset, List |
||
triggerOffset | int | |
endOffset | int | |
usedNamedParameters | List |
|
return | int |
protected GetInvocationBeforeCursor ( bool afterBracket ) : ExpressionResult | ||
afterBracket | bool | |
return | ExpressionResult |
protected GetMemberTextToCaret ( ) : TextLocation>.Tuple |
||
return | TextLocation>.Tuple |
public GetParameterCompletionCommandOffset ( int &cpos ) : bool | ||
cpos | int | |
return | bool |
protected GetState ( ) : |
||
return |
protected IsInsideCommentStringOrDirective ( ) : bool | ||
return | bool |
protected IsInsideCommentStringOrDirective ( int offset ) : bool | ||
offset | int | |
return | bool |
protected ParseStub ( string continuation, bool appendSemicolon = true, string afterContinuation = null ) : SyntaxTree | ||
continuation | string | |
appendSemicolon | bool | |
afterContinuation | string | |
return | SyntaxTree |
protected ResolveExpression ( AstNode expr ) : ExpressionResolveResult | ||
expr | AstNode | |
return | ExpressionResolveResult |
protected ResolveExpression ( ExpressionResult tuple ) : ExpressionResolveResult | ||
tuple | ExpressionResult | |
return | ExpressionResolveResult |
protected IUnresolvedMember currentMember | ||
return | IUnresolvedMember |
protected IUnresolvedTypeDefinition currentType | ||
return | IUnresolvedTypeDefinition |