C# 클래스 Microsoft.R.Editor.Completion.Providers.PackageFunctionCompletionProvider

상속: IRCompletionListProvider, IRHelpSearchTermProvider
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetEntries ( RCompletionContext context ) : IReadOnlyCollection
GetEntries ( ) : IReadOnlyCollection

비공개 메소드들

메소드 설명
GetAllFilePackagesAsync ( RCompletionContext context ) : Task>

Retrieves list of packages declared in the file via 'library' statements

GetPackageByName ( string packageName ) : IPackageInfo
GetPackages ( RCompletionContext context ) : IEnumerable
GetSpecificPackage ( RCompletionContext context ) : IEnumerable

Retrieves name of the package in 'package::' statement so intellisense can show list of functions available in the specific package.

PackageFunctionCompletionProvider ( ILoadedPackagesProvider loadedPackagesProvider, [ AllowDefault = true)]ISnippetInformationSourceProvidersnippetInformationSource, IPackageIndex packageIndex, IFunctionIndex functionIndex, IGlyphService glyphService ) : System.Collections.Generic

메소드 상세

GetEntries() 공개 메소드

public GetEntries ( RCompletionContext context ) : IReadOnlyCollection
context RCompletionContext
리턴 IReadOnlyCollection

GetEntries() 공개 메소드

public GetEntries ( ) : IReadOnlyCollection
리턴 IReadOnlyCollection