View Source GenLSP.Structures.SaveOptions (gen_lsp v0.10.0)
Save options.
Link to this section Summary
Functions
Fields
- include_text: The client is supposed to include the content on save.
Link to this section Types
@type t() :: %GenLSP.Structures.SaveOptions{include_text: boolean() | nil}
Link to this section Functions
fields
Fields
- include_text: The client is supposed to include the content on save.