C# Класс Microsoft.R.Editor.Completion.Providers.ParameterNameCompletionProvider

Provides list of parameter names in function parameter completion in the form of 'name=' so when parameter name is the simiar to a function name, user can choose either subset() or subset=
Наследование: IRCompletionListProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEntries ( RCompletionContext context ) : IReadOnlyCollection
ParameterNameCompletionProvider ( IFunctionIndex functionIndex, IGlyphService glyphService ) : System

Приватные методы

Метод Описание
GetFunctionInfo ( RCompletionContext context ) : IFunctionInfo

Extracts information on the current function in the completion context, if any.

ShouldProvideCompletions ( RCompletionContext context, FunctionCall &funcCall ) : bool

Описание методов

GetEntries() публичный Метод

public GetEntries ( RCompletionContext context ) : IReadOnlyCollection
context RCompletionContext
Результат IReadOnlyCollection

ParameterNameCompletionProvider() публичный Метод

public ParameterNameCompletionProvider ( IFunctionIndex functionIndex, IGlyphService glyphService ) : System
functionIndex IFunctionIndex
glyphService IGlyphService
Результат System