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
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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