public abstract class AbstractFixMissingGrammarCodeAction extends Object implements ICodeActionParticipant
| Constructor and Description |
|---|
AbstractFixMissingGrammarCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider) |
protected abstract FileContentGeneratorSettings |
getFileContentGeneratorSettings()
Returns the grammar settings used to generate the missing grammar file(XSD,
DTD).
|
public void doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider)
doCodeAction in interface ICodeActionParticipantprotected abstract FileContentGeneratorSettings getFileContentGeneratorSettings()
Copyright © 2022. All rights reserved.