Peter Strömberg

Results 102 issues of Peter Strömberg

In this PR, commands that correspond to Calva's drag sexpr forward/backward are introduced: * https://github.com/BetterThanTomorrow/calva/pull/1698 This feature was previously available via the ”quick-fix” menu which clojure-lsp contributes to. The new...

formatting
beginner

As a user new to Clojure it is helpful to be able to ”see” the structure better by having the code re-formatted based on its structure. However, when you are...

formatting
beginner

Calva always initializes clojure-lsp with the first workspace folder in a VS Code Workspace. This is pretty abritrary and opaque for the user. I think we need a way for...

lsp

When using the VS Code command **New file** (`cmd/ctrl+n`) and set the language of it to Clojure, you have an Untitled file. This file gets no clojure-lsp support. There is...

lsp

With the coming multi-cursor support (#1662), it gets even more important that we have non-ambiguous ways to communicate around expected behaviour of the structural editor. Calva needs a way to...

paredit

The reverse of #1675 . A way to take the text-notation and convert it to a document in VS Code with the text and it's selections. Like so (minus the...

paredit

I don't know if this is new or if I just have missed it all this time. Recording this video: https://www.youtube.com/watch?v=Sy3arG-Degw when I paste code in a line comment it...

bug
formatting

Currently, when using cljfmt as a library, to utilize cljfmt for finding and reading the format configuration is only available to JVM usage. > We could create a node.js version...

enhancement

Thanks for providing this component! I want to control an animation with the slider. So I have only one slider. I want the same things to happen when I press...

From [this discussion in Slack](https://clojurians.slack.com/archives/C6N245JGG/p1667312129252539). Following [this example](https://code.thheller.com/blog/shadow-cljs/2019/10/12/clojurescript-macros.html), for how to work with macros in ClojureScript, fails in the REPL if I define the macro in a top-level namespace: `util.clj`:...