public interface ICodeActionRequest extends IBaseCodeActionRequest
Modifier and Type | Method and Description |
---|---|
default boolean |
canSupportResolve()
Returns true if the client can supportcodeAction/resolve and false otherwise.
|
org.eclipse.lsp4j.Diagnostic |
getDiagnostic()
Returns the diagnostic.
|
org.eclipse.lsp4j.Range |
getRange()
Returns the code action range.
|
XMLGenerator |
getXMLGenerator() |
getDocument, getSharedSettings
getComponent
org.eclipse.lsp4j.Diagnostic getDiagnostic()
org.eclipse.lsp4j.Range getRange()
XMLGenerator getXMLGenerator() throws BadLocationException
BadLocationException
default boolean canSupportResolve()
Copyright © 2022. All rights reserved.