From 4f9d6e697b0cf3698ca127327a7555cc2ebb2f8d Mon Sep 17 00:00:00 2001 From: Timofei Date: Mon, 15 Oct 2018 08:37:43 +0300 Subject: [PATCH 1/2] Added Clojure section and Calva --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 428a36e..e456552 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Bash](#bash) - [C++](#c) - [C#](#c) + - [Clojure](#clojure) - [CSS](#css) - [Go](#go) - [Haskell](#haskell) @@ -251,6 +252,12 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ![C# Extensions](https://raw.githubusercontent.com/jchannon/csharpextensions/master/featureimages/fullpropfromctor.gif) +## Clojure + +### [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode) +> Integrated REPL, linting, inline eval, test runner, and more. Powered by Cider & nRepl. +![Calva](https://github.com/BetterThanTomorrow/calva/blob/master/assets/howto/evaluate.gif) + ## CSS ### [CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek) From 6ab993b7ab784c0256913db63780deed8406cf80 Mon Sep 17 00:00:00 2001 From: Timofei Date: Mon, 15 Oct 2018 08:38:39 +0300 Subject: [PATCH 2/2] fix Calva gif --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e456552..ba0acc5 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode) > Integrated REPL, linting, inline eval, test runner, and more. Powered by Cider & nRepl. + ![Calva](https://github.com/BetterThanTomorrow/calva/blob/master/assets/howto/evaluate.gif) ## CSS