View Source GenLSP.Structures.CreateFile (gen_lsp v0.1.2)
Create file operation.
Link to this section Summary
Functions
Fields
kind: A create
Link to this section Types
@type t() :: %GenLSP.Structures.CreateFile{ annotation_id: GenLSP.TypeAlias.ChangeAnnotationIdentifier.t() | nil, kind: String.t(), options: GenLSP.Structures.CreateFileOptions.t() | nil, uri: GenLSP.BaseTypes.document_uri() }
Link to this section Functions
fields
Fields
kind: A create
uri: The resource to create.
options: Additional options
annotation_id: An optional annotation identifier describing the operation.
@since 3.16.0