In This Article

ActiproSoftware.Text.Languages.VB.Implementation Namespace

Classes

VBAutoCaseCorrector

Provides a Visual Basic language auto case-correction service.

VBCodeBlockFinder

Provides a Visual Basic language code block finder service.

VBCodeSnippetProvider

Provides a Visual Basic language code snippet provider that can manage the available code snippets and handle requests for display of IntelliPrompt code snippet sessions.

VBCompletionProvider

Provides IntelliPrompt completion data for the Visual Basic language.

VBContextFactory

Creates Visual Basic language IDotNetContext objects for a TextSnapshotOffset.

VBDelimiterAutoCompleter

Provides a Visual Basic language delimiter auto-completer service.

VBDocumentationCommentAutoCompleter

Provides a class that can auto-complete Visual Basic language documentation comments when appropriate.

VBExampleTextProvider

Represents a example text provider for the VB language.

VBGrammar

Represents a Grammar for the Visual Basic language.

VBGrammarOptions

Contains options for a Visual Basic grammar.

VBIndentProvider

Provides a Visual Basic language indent provider service.

VBLexer

Represents a Visual Basic lexer (lexical analyzer) implementation.

VBLexicalStateId

Contains the lexical state IDs for the Visual Basic language.

VBNavigableSymbolProvider

Represents a navigable symbol provider for the Visual Basic language.

VBOutliner

Provides a Visual Basic language outliner service.

VBOutliningSource

Represents a Visual Basic language range-based outlining source.

VBParameterInfoProvider

Provides IntelliPrompt parameter info data for the Visual Basic language.

VBParser

Represents a parser for the Visual Basic language.

VBProjectAssembly

Represents a Visual Basic project (source code-based) assembly.

VBQuickInfoProvider

Provides IntelliPrompt quick info data for the Visual Basic language.

VBSyntaxLanguage

Represents a Visual Basic syntax language definition.

VBTextFormatter

Provides a Visual Basic language text formatter service.

VBTokenId

Contains the token IDs for the Visual Basic language.

VBTokenReader

Represents an object that can provide tokens to a ILLParser in a forward-only direction for the Visual Basic language.

VBTokenTagger

Represents an ITagger<T> for the Visual Basic language.

VBTokenTaggerProvider

Represents a provider of VBTokenTagger objects for documents that use the VBTokenTagger language.