Alternet.Syntax.CodeCompletion Namespace
Classes
BraceInfo
Represents simple text data related to popup hint.
BraceInfoItem
Stores simple text data related to popup hint.
CListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe C# language code.
CListMembers
Represents data collection related to popup list box controls used to provide code completion for C language code.
CodeActionItem
Represents particular code ix in the code refactor collection.
CodeActionItems
Represents collection containing list of code refactors.
CodeCompletionCategory
Provides data for the code completion category like class or field.
CodeCompletionProvider
Represents properties and methods to provide data related to Code Completion popup listbox and popup hint controls.
CodeCompletionProviderItem
Stores particular code completion item.
CodeCompletionProviderNamedItem
Represents particular CodeCompletionProviderNamedItem
in the code provider items collection.
CodeCompletionRepository
Represents properties and methods to perform code completion functionality.
CodeSnippet
Represents particular code snippet in the snippets collection.
CodeSnippetCode
Specifies the code that you want to insert into a file.
CodeSnippetDeclaration
Represents literals and objects that make up the parts of a code snippet that you can edit.
CodeSnippetDeclarations
Provides an indexed access to individual ICodeSnippetDeclaration
objects.
CodeSnippetHeader
Represents code snippet header.
CodeSnippetImport
Represents imported namespace used by an IntelliSense Code Snippet.
CodeSnippetImports
Provides an indexed access to individual ICodeSnippetImport
objects.
CodeSnippetLiteral
Represents literal that make up the parts of a code snippet that you can edit.
CodeSnippetLiterals
Provides an indexed access to individual ICodeSnippetLiteral
objects.
CodeSnippetMember
Represents properties and methods for a particular code snippet member in the data collection of the code completion popups.
CodeSnippetMembers
Represents collection containing list of code templates.
CodeSnippetObject
Represents literal that make up the parts of a code snippet that you can edit.
CodeSnippetObjects
Provides an indexed access to individual ICodeSnippetObject
objects.
CodeSnippetReference
Contains information about assembly references for the code snippet.
CodeSnippetReferences
Provides an indexed access to individual ICodeSnippetReference
objects.
CodeSnippets
Represents collection containing list of code snippets.
CodeSnippetsProvider
Represents collection containing list of code snippets.
CodeSnippetType
Specifies how the code snippet is inserted into the code.
CodeSnippetTypes
Specifies how the code snippet is inserted into the code.
CommentInfo
Represents simple text data related to popup hint.
CommentInfoItem
Stores simple text data related to popup hint.
CompletionListItemComparer
Provides a class to compare two string objects.
CParameterInfo
Represents Parameter Info data related to popup window and popup hint controls used to describe C language code.
CRepository
Represents properties and methods to perform code completion functionality for Vb Script language.
CsListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe C# language code.
CsListMembers
Represents data collection related to popup list box controls used to provide code completion for C# language code.
CsParameterInfo
Represents Parameter Info data related to popup window and popup hint controls used to describe C# language code.
CsRepository
Represents properties and methods to perform code completion functionality for Cs language.
DescriptionHelper
Provides methods to get member's description.
DescriptionHelper.DescriptionInfo
JavaScriptRepository
Represents properties and methods to perform code completion functionality for Java Script language.
JsListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe C# language code.
JsListMembers
Represents data collection related to popup list box controls used provide code completion for JScript language code.
JsParameterInfo
Represents Parameter Info data related to popup window and popup hint controls used to describe JScript language code.
JsRepository
Represents properties and methods to perform code completion functionality for Vb Script language.
ListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups.
ListMembers
Represents data collection related to popup list box controls.
MSSqlRepository
Represents properties and methods to perform code completion functionality for SQL language.
NetListMembers
Represents data collection related to popup list box controls used provide code completion for NET. languages code.
NetNamespace
Represents a .NET namespace.
NetParameterInfo
Represents Parameter Info data related to popup window and popup hint controls used to describe C# language code.
NETRepository
Represents properties and methods to perform code completion functionality for .NET family of languages.
NetTypes
Contains collection of build-in types. Reserved for internal use.
ParameterInfo
Represents Parameter Info data related to popup window and popup hint controls.
ParameterMember
Implements properties for a particular parameter member within list member parameters.
ParameterMembers
Provides an indexed access to individual ICodeSnippetLiteral
objects.
QuickInfo
Represents simple text data related to popup hint.
QuickInfoItem
Stores simple text data related to popup hint.
ReflectionRepository
Represents properties and methods to perform code completion functionality using reflection.
SqlListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe SQL language code.
SqlListMembers
Represents data collection, specific to the SQL language, related to popup list box controls.
SqlParameterInfo
Represents Parameter Info data, specific to the SQL language, related to popup windows and popup hint controls.
SqlRepository
Represents properties and methods to perform code completion functionality for SQL language.
SqlRepositoryBase
Represents a base class used to perform code completion functionality for SQL language.
SqlRepositoryBase.TableItem
Represents a particular table.
T4Repository
Represents properties and methods to perform code completion functionality for T4 language.
VbListMember
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe Visual Basic language code.
VbListMembers
Represents data collection related to popup list box controls used provide code completion for Visual Basic language code.
VbParameterInfo
Represents Parameter Info data related to popup window and popup hint controls used to describe Visual Basic language code.
VbRepository
Represents properties and methods to perform code completion functionality for Vb Script language.
VbScriptRepository
Represents properties and methods to perform code completion functionality for Vb Script language.
XmlListMembers
Represents data collection related to popup list box controls used to describe XML code.
XmlRepository
Represents properties and methods to perform code completion functionality for Xml schema-based parser.
Interfaces
IBraceInfo
Represents simple text data related to popup hint.
IBraceInfoItem
Stores simple text data related to popup hint.
ICategorizedCodeCompletionProvider
Represents a ICodeCompletionProvider that contains categories.
ICategorizedListMember
Represents a list member contains category information like Class, Filed and so on.
ICodeActionItem
Represents properties and methods describing particular code fix in the code fix collection.
ICodeActionItems
Represents collection containing list of code fixes.
ICodeCompletionProvider
Represents properties and methods to provide data related to Code Completion popup listbox and popup hint controls.
ICodeCompletionProviderItem
Stores particular code completion item.
ICodeCompletionProviderNamedItem
Represents properties and methods describing particular item in the ICodeCompletionProviderItems
collection.
ICodeCompletionRepository
Represents properties and methods to perform code completion functionality.
ICodeSnippet
Represents properties and methods describing particular code snippet in the snippets collection.
ICodeSnippetCode
Specifies the code that you want to insert into a file.
ICodeSnippetDeclaration
Represents properties and methods describing literals and objects that make up the parts of a code snippet that you can edit.
ICodeSnippetDeclarations
Represents properties and methods to provide an indexed access to individual ICodeSnippetDeclaration
objects.
ICodeSnippetHeader
Represents properties and methods describing code snippet header.
ICodeSnippetImport
Represents imported namespace used by an IntelliSense Code Snippet.
ICodeSnippetImports
Represents properties and methods to provide an indexed access to individual ICodeSnippetImport
objects.
ICodeSnippetLiteral
Represents properties and methods describing literal that make up the parts of a code snippet that you can edit.
ICodeSnippetLiterals
Represents properties and methods to provide an indexed access to individual ICodeSnippetLiteral
objects.
ICodeSnippetMember
Represents properties and methods for a particular code snippet member in the data collection of the code completion popups.
ICodeSnippetMembers
Represents collection containing list of code snippets.
ICodeSnippetObject
Represents properties and methods describing literal that make up the parts of a code snippet that you can edit.
ICodeSnippetObjects
Represents properties and methods to provide an indexed access to individual ICodeSnippetObject
objects.
ICodeSnippetReference
Contains information about assembly references for the code snippet.
ICodeSnippetReferences
Represents properties and methods to provide an indexed access to individual ICodeSnippetReference
objects.
ICodeSnippets
Represents collection containing list of code snippets.
ICodeSnippetsProvider
Represents base interface for code snippets provider.
ICodeSnippetType
Specifies how the code snippet is inserted into the code.
ICodeSnippetTypes
Specifies how the code snippet is inserted into the code.
ICommentInfo
Represents simple text data related to popup hint.
ICommentInfoItem
Stores simple text data related to popup hint.
IListMember
Represents properties and methods for a particular list member in the data collection of the code completion popups.
IListMembers
Represents data collection related to popup list box controls.
INetNamespace
Represents a .NET namespace.
INETRepository
Represents properties and methods to perform code completion functionality for .NET family of languages.
IParameterInfo
Represents Parameter Info data related to popup hint controls.
IParameterMember
Represents properties for a particular parameter member within list member parameters.
IParameterMembers
Represents collection containing list of parameters.
IQuickInfo
Represents simple text data related to popup hint.
IQuickInfoItem
Stores simple text data related to popup hint.
IReflectionRepository
Represents properties and methods to perform code completion functionality using reflection.
IXmlRepository
Represents properties and methods to perform code completion functionality for XML schema-based parser.
Enums
ItemFocusMode
Specifies item preselection mode
MemberAttribute
Specifies list of additional attributes associated with a IListMember
.
NetNodeType
Defines types of syntax nodes used to create a hierarchical tree view that examines code text as a collection of syntax members. Intended to use with collection of .NET languages, like C#, J#, and VB.NET.
ParameterModifer
Defines parameter modifiers.
SnippetType
Defines snippet behaviour.
XmlCommentType
Defines types of xml comment elements.