You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/site/connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,4 +131,4 @@ If you've added environment variables in your OS, such as in your `~/.bashrc` fi
131
131
132
132
### Viewing the Communication Between nREPL and Calva
133
133
134
-
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](../nrepl_and_cider-nrepl/#viewing-the-communication-between-calva-and-nrepl).
134
+
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](nrepl_and_cider-nrepl.md#viewing-the-communication-between-calva-and-nrepl).
Copy file name to clipboardExpand all lines: docs/site/customizing-jack-in-and-connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ When searching for project roots in your workspace, Calva will glob for all file
157
157
158
158
### Viewing the Communication Between nREPL and Calva
159
159
160
-
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](../nrepl_and_cider-nrepl/#viewing-the-communication-between-calva-and-nrepl).
160
+
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](nrepl_and_cider-nrepl.md#viewing-the-communication-between-calva-and-nrepl).
Copy file name to clipboardExpand all lines: docs/site/formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Unlike with the ”real” Calva Formatter, which never breaks up lines, this on
72
72
73
73
#### Provide zprint config via keyboard shortcuts (or Joyride)
74
74
75
-
The default options for the command are to not sort maps and to not insert commas between map entries. However, the command takes a map as an argument, expecting this map to be a [zprint configuration]((https://github.com/kkinnear/zprint/blob/main/doc/reference.md)) map. You can provide the argument map via keyboard shortcuts. In VS Code settings, you use JSON, but it will be converted to EDN before handed to zprint.
75
+
The default options for the command are to not sort maps and to not insert commas between map entries. However, the command takes a map as an argument, expecting this map to be a [zprint configuration](https://github.com/kkinnear/zprint/blob/main/doc/reference.md) map. You can provide the argument map via keyboard shortcuts. In VS Code settings, you use JSON, but it will be converted to EDN before handed to zprint.
76
76
77
77
Say you want to have maps sorted by their keys, and generally use community standard formating + justify maps and bindings. This keyboard shortcut does that.
That's it. Do it now. This page has some more information to make the start of your Clojure adventure fun and smooth. It ain't going anywhere, though. 😀 Come back to it.
Copy file name to clipboardExpand all lines: docs/site/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The demo tells you about the command (and some about the Clojure Beginner's mate
35
35
36
36
If you are new to Calva, a good place to start is using the command **Calva: Create a ”Getting Started” REPL**. (You can open the command palette using the VS Code top menu by going to `View -> Command Palette...` or by running the associated keyboard shortcut for your OS.) Demo:
37
37
38
-

38
+

39
39
40
40
See the [Getting Started with Clojure](get-started-with-clojure.md) guide for a bit more about this feature.
Copy file name to clipboardExpand all lines: docs/site/why-calva.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We who make Calva are actively [stewarding, maintaining, documenting and support
13
13
14
14
Calva has very happy users! Check out the Programming Languages section on the Visual Studio Code Marketplace, [sorted by rating](https://marketplace.visualstudio.com/search?target=VSCode&category=Programming%20Languages&sortBy=Rating):
15
15
16
-

16
+

17
17
18
18
Recently there was a [thread over at ClojureVerse](https://clojureverse.org/t/gnu-emacs-cider-vs-vs-code-calva/7829/26), asking about how Calva Compares to Emacs with [CIDER](https://cider.mx). It is well worth reading. We would like to highlight [the answer by Nick Cernis](https://clojureverse.org/t/gnu-emacs-cider-vs-vs-code-calva/7829/26), which focuses on Calva. We'll even quote parts of it. 😍
19
19
@@ -30,14 +30,14 @@ Recently there was a [thread over at ClojureVerse](https://clojureverse.org/t/gn
30
30
>
31
31
> …
32
32
>
33
-
> I started with the jaded assumption that VS Code was probably bad because it's built by committee at Microsoft on a web-tech based Electron stack, only to find that it succeeds in embodying the spirit of a “hacker's editor” more than even Emacs does in many ways:
33
+
> I started with the jaded assumption that VS Code was probably bad because it's built by committee at Microsoft on a web-tech based Electron stack, only to find that it succeeds in embodying the spirit of a “hacker's editor” more than even Emacs does in many ways:
34
34
>
35
35
> …
36
36
>
37
37
> **On the benefits of Calva:**
38
-
>
38
+
>
39
39
> -**Of all the amazing Clojure community projects, Calva seems most likely to encourage new users to try Clojure and ClojureScript**. A lot of developers use VS Code. It’s been tricky to convince frontend developer friends to try ClojureScript, but at least they don’t have the excuse that they’ll need to switch editors to even try it now. I think as a community we should try to support the projects that encourage Clojure’s adoption and ease of use, including by using those products ourselves.
40
-
>
40
+
>
41
41
> -**Calva provides a better first-time experience than any other editor/plugin combo whether you’re new to Clojure or not.** You can install the plugin and be chatting with your REPL in under a minute without any knowledge of Elisp or VimScript/Lua or how to configure Run Configurations in IntelliJ.
42
42
> -**The default key bindings are good and the commands are easily discoverable.**
43
43
> -**For its age it’s surprisingly feature rich.**
@@ -55,7 +55,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
55
55
---
56
56
57
57
> ★️️️️️★️️️️️★️️️️️★️️️️️★️️️️️ **Calva hits the sweet spot of being both approachable for new users and powerful for seasoned ones.**
58
-
>
58
+
>
59
59
> The creators/maintainers are fantastic individuals that care deeply about streamlining the user experience, and it shows.
60
60
>
61
61
> Good stuff, check it out.
@@ -65,7 +65,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
65
65
---
66
66
67
67
> ★️️️️️★️️️️️★️️️️️★️️️️️★️️️️️ **I switched from IntelliJ / Cursive to VS Code and Calva and it's been amazing.**
68
-
>
68
+
>
69
69
> ...
70
70
>
71
71
> That is the biggest thing I can say for Calva, it just works. I was never a fan of VS Code before, but VS Code + Calva for Clojure is now my favorite language / IDE experience.
@@ -83,7 +83,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
83
83
> It already has great REPL support (including inline evaluation), an extensive Paredit implementation, and excellent linting (care of the bundled clj-kondo). Calva is being improved on at an impressive clip by maintainers who appear solidly committed to its ongoing development. It's well-documented, and manages to be both approachable and capable.
84
84
>
85
85
> A no-brainer if you're already a VS Code user, and well worth a look if you're not.
86
-
>
86
+
>
87
87
> _Crispin Bennett_
88
88
89
89
---
@@ -93,6 +93,6 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
93
93
> I joined the Slack channel about 2 wks ago and I must say that I'm very impressed by how active and responsive this community is. Already 2 of my issues fixed and I really like Calva (and the extensions it uses!).
94
94
>
95
95
> These are professional people and they make me very happy!
0 commit comments