Did you know ... Search Documentation:
Pack lsp_server -- prolog/lsp_changes.pl
PublicShow source

Module for tracking edits to the source, in order to be able to act on the code as it is in the editor buffer, before saving.

author
- James Cash
 handle_doc_changes(+File:atom, +Changes:list) is det
Track Changes to the file File.
 doc_text_fallback(+Path:atom, -Text:text) is det
Get the contents of the file at Path, either with the edits we've been tracking in memory, or from the file on disc if no edits have occured.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 doc_text(Arg1, Arg2)