Package | Description |
---|---|
org.eclipse.lemminx.extensions.contentmodel.utils | |
org.eclipse.lemminx.services.extensions | |
org.eclipse.lemminx.utils |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
CMElementDeclaration ownerElement,
MarkupContentFactory.IMarkupKindSupport support)
Returns a markup content for attribute name documentation and null otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
String attributeValue,
CMElementDeclaration ownerElement,
MarkupContentFactory.IMarkupKindSupport support)
Returns a markup content for attribute value documentation and null
otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMElementDeclaration cmElement,
MarkupContentFactory.IMarkupKindSupport support)
Returns a markup content for element documentation and null otherwise.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompletionRequest
Completion request API.
|
interface |
IHoverRequest
Hover request API.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
MarkupContentFactory.createMarkupContent(String value,
String preferredKind,
MarkupContentFactory.IMarkupKindSupport support)
Create the markup content according the given markup kind and the capability
of the client.
|
static org.eclipse.lsp4j.MarkupContent |
MarkupContentFactory.creatMarkupContent(List<String> values,
MarkupContentFactory.IMarkupKindSupport request)
Create the markup content according the given markup kind and the capability
of the client.
|
Copyright © 2020. All rights reserved.