Eric Dallo

Results 75 issues of Eric Dallo

[The new feature](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#textDocument_inlineCompletion) in the spec specifies a new kind of completion, inline, usually used by Github copilot and AI completions. We could offer at least snippets in this completion...

enhancement

I want to know what type is a project and what dependencies, aliases, profiles and plugins if any exist: ```clojure {.... :project-dep-file-summary {:type :lein :plugins [[]] :dependencies [] :aliases [:foo...

enhancement
good first issue
API

- [ ] I created an issue to discuss the problem I am trying to solve or an open issue already exists. - [ ] I added a new entry...

I'm implementing support for `test-stacktrace` on https://github.com/afucher/clojure-repl-intellij and checking how cider does things, and noticed it uses that op, but the doc looks wrong. ![Image](https://github.com/user-attachments/assets/5ec4cfd3-d829-4dda-89b3-76b50a112fff)

bug
good first issue

**Describe the bug** When changing to a light theme I receive this exception: ``` java.lang.IllegalStateException: TextAttributeKey(name:'REPL_EVAL_INLINE_INLAY_HINT', defaultAttributes:'[fore=java.awt.Color[r=169,g=183,b=214], back=com.intellij.ui.JBColor[r=199,g=232,b=252], type=0, effect=BOXED]') was already registered with the other defaultAttributes: [fore=java.awt.Color[r=123,g=148,b=179], back=com.intellij.ui.JBColor[r=199,g=232,b=252], type=0,...

bug
good first issue
triage