C# (CSharp) Microsoft.R.Editor.Completion Namespace

Nested Namespaces

Microsoft.R.Editor.Completion.AutoCompletion
Microsoft.R.Editor.Completion.Documentation
Microsoft.R.Editor.Completion.Providers

Classes

Name Description
RCompletionContext R completion context. Provides information about current document, caret position and other necessary data for the completion engine.
RCompletionController R-specific completion controller. Initiates, commits or dismisses completion, signature and parameter help sessions depending on what was typed and the current editor context.
RCompletionProviderAttribute
RCompletionSet
RCompletionSource Provides actual content for the intellisense dropdown
RFunctionCompletion