Documentation

Lean.Server.Completion.CompletionResolution

Identifier that is sent from the server to the client as part of the CompletionItem.data? field. Needed to resolve the CompletionItem when the client sends a completionItem/resolve request for that item, again containing the data? field provided by the server.

Instances For

    CompletionItemData that contains additional information to identify the item in order to resolve it.

    Instances For

      Fills the CompletionItem.detail? field of item using the pretty-printed type identified by id.

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

        Fills the CompletionItem.detail? field of item using the pretty-printed type identified by id in the context found at hoverPos in infoTree.

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