Uses of Interface
org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
-
-
Uses of ISharedSettingsRequest in com.thaiopensource.relaxng.pattern
Methods in com.thaiopensource.relaxng.pattern with parameters of type ISharedSettingsRequest Modifier and Type Method Description StringCMRelaxNGAttributeDeclaration. getAttributeNameDocumentation(ISharedSettingsRequest request)StringCMRelaxNGAttributeDeclaration. getAttributeValueDocumentation(String value, ISharedSettingsRequest request)StringCMRelaxNGElementDeclaration. getDocumentation(ISharedSettingsRequest request)StringCMRelaxNGElementDeclaration. getTextDocumentation(String value, ISharedSettingsRequest request) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type ISharedSettingsRequest Modifier and Type Method Description StringCMAttributeDeclaration. getAttributeNameDocumentation(ISharedSettingsRequest request)Returns formatted documentation of the declared attribute according to settings defined inrequestStringCMAttributeDeclaration. getAttributeValueDocumentation(String value, ISharedSettingsRequest request)Returns formatted documentation aboutvalue, according to settings defined inrequestStringCMElementDeclaration. getDocumentation(ISharedSettingsRequest request)Returns formatted documentation of the declared element, according to settings defined inrequest.StringCMElementDeclaration. getTextDocumentation(String value, ISharedSettingsRequest request)Returns the documentation for the given enumeration value and null otherwise. -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.extensions.contentmodel.utils
Methods in org.eclipse.lemminx.extensions.contentmodel.utils with parameters of type ISharedSettingsRequest Modifier and Type Method Description static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMAttributeDeclaration cmAttribute, String attributeValue, CMElementDeclaration ownerElement, ISharedSettingsRequest support)Returns a markup content for attribute value documentation and null otherwise.static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMAttributeDeclaration cmAttribute, CMElementDeclaration ownerElement, ISharedSettingsRequest request)Returns a markup content for attribute name documentation and null otherwise.static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMElementDeclaration cmElement, String textContent, ISharedSettingsRequest support)Returns a markup content for element text documentation and null otherwise.static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMElementDeclaration cmElement, ISharedSettingsRequest support)Returns a markup content for element documentation and null otherwise. -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.extensions.dtd.contentmodel
Methods in org.eclipse.lemminx.extensions.dtd.contentmodel with parameters of type ISharedSettingsRequest Modifier and Type Method Description StringCMDTDAttributeDeclaration. getAttributeNameDocumentation(ISharedSettingsRequest request)StringCMDTDAttributeDeclaration. getAttributeValueDocumentation(String value, ISharedSettingsRequest request)StringCMDTDElementDeclaration. getDocumentation(ISharedSettingsRequest settings)StringCMDTDElementDeclaration. getTextDocumentation(String value, ISharedSettingsRequest request) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.extensions.xsd.contentmodel
Methods in org.eclipse.lemminx.extensions.xsd.contentmodel with parameters of type ISharedSettingsRequest Modifier and Type Method Description StringCMXSDAttributeDeclaration. getAttributeNameDocumentation(ISharedSettingsRequest request)StringCMXSDAttributeDeclaration. getAttributeValueDocumentation(String value, ISharedSettingsRequest request)StringCMXSDElementDeclaration. getDocumentation(ISharedSettingsRequest request)StringCMXSDElementDeclaration. getTextDocumentation(String textContent, ISharedSettingsRequest request) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services
Classes in org.eclipse.lemminx.services that implement ISharedSettingsRequest Modifier and Type Class Description classResolveCompletionItemRequestImplementation ofICompletionItemResolverRequest -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.completion
Subinterfaces of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.completion Modifier and Type Interface Description interfaceICompletionItemResolverRequestRepresents a request from the client to resolve a given completion item, with information needed to resolve the request attached.interfaceICompletionRequestCompletion request API.Methods in org.eclipse.lemminx.services.extensions.completion with parameters of type ISharedSettingsRequest Modifier and Type Method Description static voidAbstractElementCompletionItem. updateEndTagName(DOMNode node, int offset, ISharedSettingsRequest request, String tagName, org.eclipse.lsp4j.CompletionItem completionItem) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.hover
Subinterfaces of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.hover Modifier and Type Interface Description interfaceIHoverRequestHover request API. -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type ISharedSettingsRequest Modifier and Type Method Description static org.eclipse.lsp4j.MarkupContentMarkupContentFactory. createMarkupContent(String value, String preferredKind, ISharedSettingsRequest support)Create the markup content according the given markup kind and the capability of the client.
-