Vscode.TextEditorEdit
val replace : t -> location:replaceLocation -> value:string -> unit
val insert : t -> location:Position.t -> value:string -> unit
val delete : t -> location:deleteLocation -> unit
val setEndOfLine : t -> endOfLine:EndOfLine.t -> t
val create :
replace:(location:replaceLocation -> value:string -> unit) ->
insert:(location:Position.t -> value:string -> unit) ->
delete:(location:deleteLocation -> unit) ->
setEndOfLine:(endOfLine:EndOfLine.t -> t) ->
t