View Source GenLSP.Structures.ShowDocumentResult (gen_lsp v0.8.1)

The result of a showDocument request.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • success: A boolean indicating if the show was successful.

Link to this section Types

@type t() :: %GenLSP.Structures.ShowDocumentResult{success: boolean()}

Link to this section Functions

Link to this function

%GenLSP.Structures.ShowDocumentResult{}

View Source (struct)

fields

Fields

  • success: A boolean indicating if the show was successful.