Class ContentModelCodeActionParticipant

java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeActionParticipant
All Implemented Interfaces:
ICodeActionParticipant

public class ContentModelCodeActionParticipant extends Object implements ICodeActionParticipant
Extension to support XML code actions based on content model (XML Schema completion, etc)
  • Constructor Details

    • ContentModelCodeActionParticipant

      public ContentModelCodeActionParticipant()
  • Method Details

    • doCodeAction

      public void doCodeAction(ICodeActionRequest request, List<org.eclipse.lsp4j.CodeAction> codeActions, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
      Description copied from interface: ICodeActionParticipant
      Collect the code action in the given codeActions for the given code action request request.
      Specified by:
      doCodeAction in interface ICodeActionParticipant
      Parameters:
      request - the code action request.
      codeActions - list of code actions to fill.
      cancelChecker - the cancel checker.
    • getResolveCodeActionParticipant

      public ICodeActionResolvesParticipant getResolveCodeActionParticipant(String participantId)
      Description copied from interface: ICodeActionParticipant
      Returns the codeAction resolver participant identified by the given participantId and null otherwise.
      Specified by:
      getResolveCodeActionParticipant in interface ICodeActionParticipant
      Parameters:
      participantId - the code action resolver participant ID.
      Returns:
      the codeAction resolver participant identified by the given participantId and null otherwise.