Method | Description | |
---|---|---|
GetCompletions ( string input ) : uREPL.CompletionInfo[] | ||
IsInsideQuotation ( string input, string quot = "\"" ) : bool |
Method | Description | |
---|---|---|
OnEnable ( ) : void |
public GetCompletions ( string input ) : uREPL.CompletionInfo[] | ||
input | string | |
return | uREPL.CompletionInfo[] |
public IsInsideQuotation ( string input, string quot = "\"" ) : bool | ||
input | string | |
quot | string | |
return | bool |