File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/clojure/com/github/clojure_lsp/intellij Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 44 [com.github.clojure-lsp.intellij.editor :as editor]
55 [com.github.clojure-lsp.intellij.file-system :as file-system]
66 [com.github.ericdallo.clj4intellij.app-manager :as app-manager]
7- [com.github.ericdallo.clj4intellij.logger :as logger]
87 [com.github.ericdallo.clj4intellij.util :as util]))
98
109(set! *warn-on-reflection* true )
1615(defmethod lsp-client /show-document :default [{:keys [project]} {:keys [uri take-focus selection]}]
1716 (app-manager/invoke-later!
1817 {:invoke-fn (fn []
19- (logger/info " --------->" uri (util/uri->v-file uri))
2018 (let [editor (util/uri->editor uri project (boolean take-focus))]
2119 (.moveToOffset (.getCaretModel editor)
2220 (editor/document+position->offset (:start selection) (.getDocument editor)))))})
You can’t perform that action at this time.
0 commit comments