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] :as components})
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

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

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