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

Value-object that contains additional information when requesting references.

Link to this section Summary

Functions

Fields

  • include_declaration: Include the declaration of the current symbol.

Link to this section Types

@type t() :: %GenLSP.Structures.ReferenceContext{include_declaration: boolean()}

Link to this section Functions

Link to this function

%GenLSP.Structures.ReferenceContext{}

View Source (struct)

fields

Fields

  • include_declaration: Include the declaration of the current symbol.