public interface IXMLExtension
| Modifier and Type | Method and Description |
|---|---|
default void |
doSave(ISaveContext context)
Called when the Settings or a Document have been saved.
|
void |
start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry)
Start method to register participants like
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry. |
void |
stop(XMLExtensionsRegistry registry)
Stop method to un-register participants like
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry. |
void start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry)
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry.params - registry - settings - void stop(XMLExtensionsRegistry registry)
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry.registry - default void doSave(ISaveContext context)
context - Copyright © 2021. All rights reserved.