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

Create file operation.

Link to this section Summary

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

Link to this function

%GenLSP.Structures.CreateFile{}

View Source (struct)

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