clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Clojure support for Visual Studio Code

Results 38 clojureVSCode issues
Sort by recently updated
recently updated
newest added

Given this code: ``` (defn process-file [fname] (slurp (clojure.java.io/resource fname))) (process-file "hello.txt") ``` and this file in `resources/hello.txt`: ``` Hello Resources! ``` When I eval Then I get a stacktrace:...

Hi folks! This project is a good starting point for my current team, which uses TypeScript and VSCode quite extensively. I was wondering if you ever considered adding support for...

I have been using this plugin past few days. Its really helpful. Thaks for your effort. Can we have distinct color for keyword say Magenta or Pink to highlight them...

Hi there, thanks for making this extension! When I format a file in a project without `cljfmt`, I get the following error: `FileNotFoundException Could not locate cljfmt/coreinit.class or cljfmt/core.clj on...

PROBLEM: cannot connect to running REPL. REPRO: 1. Install extension and reload per normal. 2. Set the "clojureVSCode.autoStartNRepl" setting to false 3. Try to attach to a running repl by...

Hi! This is tangentially related to a few recent issues, namely #70 and #59 - I'd like to get automatic evaluation of all code in project source files mainly to...

enhancement

It would be great to have the option to change the code and reload the file to the repl instead of restarting it Dan

From @pdkovacs at #47: > Hmm, after following the boot-related config steps described in https://github.com/boot-clj/boot/wiki/Cider-REPL (more specifically fixing ~/.boot/profile.boot described in A better way / point 1.), everything works nicely...

As written on [README.md](https://github.com/avli/clojureVSCode/tree/v0.6.1#before-you-start) from earlier versions, for this extension to function properly when using `Connect to a running nREPL` it's necessary for the user to add cider-nrepl plugin and...

enhancement