View Source GenLSP.Structures.ShowDocumentResult (gen_lsp v0.10.0)
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
fields
Fields
- success: A boolean indicating if the show was successful.