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