Documentation

Lean.Server.CodeActions.Attr

Initial setup for code action attributes #

@[reducible, inline]

A hole code action extension.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Read a hole code action from a declaration of the right type.

    Instances For
      @[reducible, inline]

      A command code action extension.

      Instances For

        Read a command code action from a declaration of the right type.

        Instances For

          An entry in the command code actions extension, containing the attribute arguments.

          • declName : Lean.Name

            The declaration to tag

          • cmdKinds : Array Lean.Name

            The command kinds that this extension supports. If empty it is called on all command kinds.

          Instances For

            The state of the command code actions extension.

            Instances For