Class ContentModelPlugin
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- All Implemented Interfaces:
IXMLExtension
Content model plugin extension to provide:
- completion based on XML Schema, DTD...
- hover based on XML Schema
- diagnostics based on on XML Schema, DTD...
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoSave(ISaveContext context) Called when the Settings or a Document have been saved.voidstart(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry) Start method to register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.voidstop(XMLExtensionsRegistry registry) Stop method to un-register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.
-
Constructor Details
-
ContentModelPlugin
public ContentModelPlugin()
-
-
Method Details
-
doSave
Description copied from interface:IXMLExtensionCalled when the Settings or a Document have been saved. context.getType() can be used to determine what type was saved. doSave is called on extension start up with a settings context to provide the xml settings to the extension.- Specified by:
doSavein interfaceIXMLExtension
-
start
Description copied from interface:IXMLExtensionStart method to register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.- Specified by:
startin interfaceIXMLExtension
-
stop
Description copied from interface:IXMLExtensionStop method to un-register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.- Specified by:
stopin interfaceIXMLExtension
-
getContentModelSettings
-
getContentModelManager
-