Lukas Domagala

Results 11 issues of Lukas Domagala

It seems that click events are not implemented yet, is this correct? Is this not possible because of the 3d canvas or merely not done yet? Is there any place...

**Is your feature request related to a problem? Please describe.** When .class files in the classpath get updated, they don't get reloaded. **Describe the solution you'd like** When a .class...

Enhancement
Java

I've been thinking that it would be great to be able to get the debug results so that it is possible to show them in different UI's, similar to re-frame-debux,...

## What has changed? - comments are handled as better markdown by chopping off the `;; ` at the start Fixes # ## My Calva PR Checklist If this PR...

When jacking into a project that has main-args in one of the aliases Calva gives a warning that this is going to break. This is a good start, but we...

jack-in
developer ergonomics
nrepl

Currently, a lot of features that are provided by LSP get overwritten by nrepl when you are connected to it. There have been a few requests for this to be...

lsp

#1596 introduced the merging of nrepl and LSP completions. It's currently running one after the other, we should parallelize those calls.

lsp
developer ergonomics
nrepl
java

#1596 switched the definition call to prefer LSPs result. This works great in the case of Clojure code or if there is no java source. If a java source file...

lsp
developer ergonomics
java

Vscode introduced [inline suggestions](https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_58.md#inline-suggestions) some time ago. The first extensions I've seen that uses them is github copilot, but calva is breaking it by keeping the tab key to itself...

ux

**Is your feature request related to a problem? Please describe.** I'm often calling "find reference" on namespaced keywords/namespaces. This does not find reader-macro referenced maps like `#:some-ns{:a 1}` **Describe the...

enhancement