We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsp-mode
M-x lsp-start-plain
Clojure completion of aliased dependencies only works in the REPL. Like in :
(ns hr (:require [clojure.string :as str] [clojure.edn :as edn] [clojure.pprint :as pp]))
Completion to work
clojure-lsp
Linux
No response
The text was updated successfully, but these errors were encountered:
Example: In the REPL
Code:
Sorry, something went wrong.
I fixed it temporarily with:
(add-hook 'clojure-mode-hook (lambda () (setq-local completion-at-point-functions (list #'cider-complete-at-point #'lsp-completion-at-point #'lispy-clojure-complete-at-point))))
Could it be a bug in the language server? You can double-check with some other editor as well.
I did with vscode. It works fine with cider-complete-at-point (it gets it from the language server too)
CIDER uses a different kind of language server.
No branches or pull requests
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
Clojure completion of aliased dependencies only works in the REPL. Like in :
Steps to reproduce
Expected behavior
Completion to work
Which Language Server did you use?
clojure-lsp
OS
Linux
Error callstack
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: