Table of Contents

Class PowerShellRepository

Namespace
Alternet.Syntax.Parsers.Lsp.PowerShell
Assembly
Alternet.Syntax.Parsers.PowerShell.v9.dll

Represents properties and methods to perform code completion functionality for PowerShell language.

public class PowerShellRepository : LspRepository, ICodeCompletionRepository, IDisposable, ILspDocumentProvider
Inheritance
PowerShellRepository
Implements

Constructors

PowerShellRepository(ILspDocumentProvider, ISyntaxTree)

Initializes a new instance of the PowerShellRepository class with specified parameters.

Methods

GetCodeSnippets(string)

Returns code snippets for the given language.

GetListMembersTextEdit(CompletionItem)