Package | Description |
---|---|
org.ballerinalang.langserver.completions | |
org.ballerinalang.langserver.completions.resolvers | |
org.ballerinalang.langserver.completions.util.filters |
Modifier and Type | Field and Description |
---|---|
static LanguageServerContext.Key<List<SymbolInfo>> |
CompletionKeys.VISIBLE_SYMBOLS_KEY |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractItemResolver.populateBasicTypes(List<org.eclipse.lsp4j.CompletionItem> completionItems,
List<SymbolInfo> visibleSymbols) |
protected void |
AbstractItemResolver.populateCompletionItemList(List<SymbolInfo> symbolInfoList,
List<org.eclipse.lsp4j.CompletionItem> completionItems)
Populate the completion item list by considering the.
|
Modifier and Type | Method and Description |
---|---|
List<SymbolInfo> |
ConnectorInitExpressionItemFilter.filterItems(TextDocumentServiceContext context) |
List<SymbolInfo> |
PackageActionFunctionAndTypesFilter.filterItems(TextDocumentServiceContext completionContext) |
Copyright © 2018 WSO2. All rights reserved.