-
When using lsp4j with SVM (Substrate VM from Graal, which is being used when compiling native images) you need to configure the reflective access that lsp4j does at runtime in some metadata. Would be …
-
[As discussed with @ericdallo on Slack](https://clojurians.slack.com/archives/CPABC1H61/p1662802718184719)
Repro: `src/squint.jsx-test`. Then do `lsp-organize-imports` in emacs.
``` clojure
(n…
-
```
calva v2.0.229 and calva 2.0.230
nrepl: 0.8.3
cider-nrepl: 0.26.0
cider/piggieback: 0.5.2
clojure-lsp version used: 2021.12.01-12.28.16
clj-kondo version used: 2021.10.20-SNAPSHOT
```
…
Cyrik updated
2 years ago
-
So in https://emacs-lsp.github.io/lsp-mode/page/installation/#vanilla-emacs it's explained to do the following
~~~elisp
;; if you want to change prefix for lsp-mode keybindings.
(setq lsp-keymap-pr…
-
#### Description :octocat:
Many single-key CIDER commands, like `i` and `c` for "into" and "continue" are interpreted as Normal Mode commands. Not only does this make the debugger unusable, but it ma…
-
Based on my reading of the documentation, it sounds like you all have to do some work to support a new language before an extension can any new capabilities to it. Is this the right place to let you k…
-
Hi Pez,
I made a minimal repo for a shadow-cljs project that requires fulcro and replicated this issue on my machine.
https://github.com/jamiepratt/calva-help-string
Here's a screenshot of th…
-
If you run "drag sexp backward" on this form, with the cursor after `bar`:
```clojure
(let [{:keys [hello world foo bar]}])
```
Actual:
```clojure
(let [{:keys [foo bar hello world]}])
``…
-
with bb nrepl.
Try to complete some keyword that you know sci already evalved.
In jvm cider it gives you all keywords loaded. This behaviour is enjoyable in my opintion.
It allows me to for exam…
-
### Problem description
I'm using AstroNvim with Mason, and I have black, ruff, and pyright installed. For some reason Pyright isn't attached and is not working in neovim. It works via terminal. Ho…