:clojure-lsp: Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.03.24-00.41.55 with just some bug fixes and bumps: • Migrate from lein to deps.edn • Bump clj-kondo to 2021.03.22 • Fix clean-ns sorting according to symbols not brackets - Fixes #380 c/c @dpsutton • Fix missing graalvm reflect config for CompletionItemTextEdit - Fixes #381 c/c @brandon.ringe
Did I miss anything about auto-complete with LSP? I have the feeling it is not working anymore.
I use emacs (if that helps haha)
It should work, are you using latest version?
Specifically, in ClojureScript, when I import a namespace with an alias, the autocomplete function fails to provide me any help
yes
latest version (emacs and clojure-lsp)
I tried with re-frame.core :as rf
then rf/
Disabling lsp and reenabling cider seems to do the trick.
but I wonder if there was anything.
Emacs tells me there is an internal error when I try to auto complete
it should work, please open an issue following the issue template and check https://clojure-lsp.github.io/clojure-lsp/troubleshooting/ as well
what error?
completion--some: Internal error.
is the message I get
we fixed a issue similar on latest release: https://clojurians.slack.com/archives/CPABC1H61/p1616547827098100
it seems to be a issue with your lsp-mode so, you can debug it with toggle-debug-on-error
to get the stacktrace