CShellCore.CodeCompletion.CSharpCompletionContext.CSharpCompletionContext |
( |
IDocument |
document, |
|
|
int |
offset, |
|
|
IProjectContent |
projectContent, |
|
|
string |
usings = null |
|
) |
| |
|
inline |
Initializes a new instance of the CSharpCompletionContext class.
- Parameters
-
document | The document, make sure the FileName property is set on the document. |
offset | The offset. |
projectContent | Content of the project. |
usings | The usings. |
CShellCore.CodeCompletion.CSharpCompletionContext.CSharpCompletionContext |
( |
IDocument |
document, |
|
|
int |
offset, |
|
|
IProjectContent |
projectContent, |
|
|
string |
usings = null |
|
) |
| |
|
inline |
Initializes a new instance of the CSharpCompletionContext class.
- Parameters
-
document | The document, make sure the FileName property is set on the document. |
offset | The offset. |
projectContent | Content of the project. |
usings | The usings. |
static IDocument CShellCore.CodeCompletion.CSharpCompletionContext.PrepareCompletionDocument |
( |
IDocument |
document, |
|
|
ref int |
offset, |
|
|
string |
usings = null |
|
) |
| |
|
inlinestaticprivate |
static IDocument CShellCore.CodeCompletion.CSharpCompletionContext.PrepareCompletionDocument |
( |
IDocument |
document, |
|
|
ref int |
offset, |
|
|
string |
usings = null |
|
) |
| |
|
inlinestaticprivate |
readonly IDocument CShellCore.CodeCompletion.CSharpCompletionContext.OriginalDocument |
readonly int CShellCore.CodeCompletion.CSharpCompletionContext.OriginalOffset |
readonly string CShellCore.CodeCompletion.CSharpCompletionContext.OriginalUsings |
readonly int CShellCore.CodeCompletion.CSharpCompletionContext.Offset |
readonly IDocument CShellCore.CodeCompletion.CSharpCompletionContext.Document |
readonly ICompilation CShellCore.CodeCompletion.CSharpCompletionContext.Compilation |
readonly IProjectContent CShellCore.CodeCompletion.CSharpCompletionContext.ProjectContent |
readonly CSharpResolver CShellCore.CodeCompletion.CSharpCompletionContext.Resolver |
readonly CSharpTypeResolveContext CShellCore.CodeCompletion.CSharpCompletionContext.TypeResolveContextAtCaret |
readonly ICompletionContextProvider CShellCore.CodeCompletion.CSharpCompletionContext.CompletionContextProvider |
static Regex CShellCore.CodeCompletion.CSharpCompletionContext.replaceRegex = new Regex("[^a-zA-Z0-9_]") |
|
staticprivate |
The documentation for this class was generated from the following file: