Liking cljdoc? Tell your friends :D

clojure-lsp.feature.file-management


analyze-changesclj

(analyze-changes {:keys [uri text version]}
                 {:keys [producer db*] :as components})
source

analyze-watched-created-files!clj

(analyze-watched-created-files! uris {:keys [db* producer]})
source

create-ns-changesclj

(create-ns-changes uri text db)
source

did-changeclj

(did-change uri changes version db*)
source

did-change-watched-filesclj

(did-change-watched-files changes db*)
source

did-closeclj

(did-close uri db*)
source

did-openclj

(did-open uri text db* allow-create-ns)
source

did-saveclj

(did-save uri db*)
source

force-get-document-textclj

(force-get-document-text uri db*)

Get document text from db, if document not found, tries to open the document

Get document text from db, if document not found, tries to open the document
sourceraw docstring

reference-filenamesclj

(reference-filenames filename old-local-analysis new-local-analysis db)
source

replace-textclj

(replace-text original replacement line col end-line end-col)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close