Fork me on GitHub
#lsp
<
2021-03-24
>
ericdallo01:03:47

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

clojure-lsp 12
🎉 15
David Pham12:03:26

Did I miss anything about auto-complete with LSP? I have the feeling it is not working anymore.

David Pham12:03:43

I use emacs (if that helps haha)

ericdallo12:03:09

It should work, are you using latest version?

David Pham12:03:14

Specifically, in ClojureScript, when I import a namespace with an alias, the autocomplete function fails to provide me any help

David Pham12:03:23

latest version (emacs and clojure-lsp)

David Pham12:03:35

I tried with re-frame.core :as rf

David Pham12:03:23

Disabling lsp and reenabling cider seems to do the trick.

David Pham12:03:31

but I wonder if there was anything.

David Pham12:03:08

Emacs tells me there is an internal error when I try to auto complete

ericdallo12:03:56

it seems to be a issue with your lsp-mode so, you can debug it with toggle-debug-on-error

ericdallo12:03:00

to get the stacktrace

ericdallo12:03:12

it should work, please open an issue following the issue template and check https://clojure-lsp.github.io/clojure-lsp/troubleshooting/ as well

David Pham12:03:30

completion--some: Internal error.

David Pham12:03:40

is the message I get