Uses of Interface
org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
Packages that use ISharedSettingsRequest
Package
Description
-
Uses of ISharedSettingsRequest in com.thaiopensource.relaxng.pattern
Methods in com.thaiopensource.relaxng.pattern with parameters of type ISharedSettingsRequestModifier and TypeMethodDescriptionCMRelaxNGAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) CMRelaxNGAttributeDeclaration.getAttributeValueDocumentation(String value, ISharedSettingsRequest request) CMRelaxNGElementDeclaration.getDocumentation(ISharedSettingsRequest request) CMRelaxNGElementDeclaration.getTextDocumentation(String value, ISharedSettingsRequest request) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.customservice.synapse.expression.pojo
Classes in org.eclipse.lemminx.customservice.synapse.expression.pojo that implement ISharedSettingsRequest -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type ISharedSettingsRequestModifier and TypeMethodDescriptionCMAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) Returns formatted documentation of the declared attribute according to settings defined inrequestCMAttributeDeclaration.getAttributeValueDocumentation(String value, ISharedSettingsRequest request) Returns formatted documentation aboutvalue, according to settings defined inrequestCMElementDeclaration.getDocumentation(ISharedSettingsRequest request) Returns formatted documentation of the declared element, according to settings defined inrequest.CMElementDeclaration.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 ISharedSettingsRequestModifier and TypeMethodDescriptionstatic 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 ISharedSettingsRequestModifier and TypeMethodDescriptionCMDTDAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) CMDTDAttributeDeclaration.getAttributeValueDocumentation(String value, ISharedSettingsRequest request) CMDTDElementDeclaration.getDocumentation(ISharedSettingsRequest settings) CMDTDElementDeclaration.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 ISharedSettingsRequestModifier and TypeMethodDescriptionCMXSDAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) CMXSDAttributeDeclaration.getAttributeValueDocumentation(String value, ISharedSettingsRequest request) CMXSDElementDeclaration.getDocumentation(ISharedSettingsRequest request) CMXSDElementDeclaration.getTextDocumentation(String textContent, ISharedSettingsRequest request) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services
Classes in org.eclipse.lemminx.services that implement ISharedSettingsRequestModifier and TypeClassDescriptionclassImplementation ofICompletionItemResolverRequest -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions
Subinterfaces of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.completion
Subinterfaces of ISharedSettingsRequest in org.eclipse.lemminx.services.extensions.completionModifier and TypeInterfaceDescriptioninterfaceRepresents a request from the client to resolve a given completion item, with information needed to resolve the request attached.interfaceCompletion request API.Methods in org.eclipse.lemminx.services.extensions.completion with parameters of type ISharedSettingsRequestModifier and TypeMethodDescriptionstatic voidAbstractElementCompletionItem.updateEndTagName(DOMNode node, int offset, ISharedSettingsRequest request, String tagName, org.eclipse.lsp4j.CompletionItem completionItem) -
Uses of ISharedSettingsRequest in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type ISharedSettingsRequestModifier and TypeMethodDescriptionstatic 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.