Modifier and Type | Method and Description |
---|---|
static BLangPackage |
TextDocumentServiceUtil.getBLangPackage(LanguageServerContext context,
WorkspaceDocumentManager docManager)
Get the BLangPackage for a given program.
|
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.lsp4j.Command> |
CommonUtil.getCommandsByDiagnostic(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.CodeActionParams params,
WorkspaceDocumentManager documentManager,
BLangPackageContext pkgContext)
Get the command instances for a given diagnostic.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceDocumentManagerImpl
An in-memory document manager that keeps dirty files in-memory and will match the collection of files currently
open in tool's workspace.
|
Constructor and Description |
---|
WorkspacePackageRepository(String programDirRoot,
WorkspaceDocumentManager documentManager) |
Copyright © 2018 WSO2. All rights reserved.