Clojure-Sublimed
Clojure-Sublimed copied to clipboard
Clojure support for Sublime Text 4
" Autocomplete. Static analysis is much simpler and much more reliable than requiring an always-live connection to the working app." What sublime package provides autocomplete for Clojure. Have been searching...
> Autocomplete. Static analysis is much simpler and much more reliable than requiring an always-live connection to the working app. I've been a Calva (and Clojure) user for about a...
Hi! Love this project btw, and to my surprise, ClojureScript actually seems to work - albeit, in a bit of a tricky way. For example, it seems that Clojure Sublimed...
[nREPL](https://nrepl.org/nrepl/usage/server.html) can use filesystem sockets to boost performance. Does Clojure-Sublimed understand these?
Hi I'm using ``` "color_scheme": "Monokai.sublime-color-scheme", ``` Clojure Sublimed In-built Clojure Sorry I don't have more concrete description of the problem but does this look "correct"? edit: the file I'm...
With the default Clojure syntax, go-to definition works with namespaced functions within the project. When using Clojure-Sublimed, this no longer works. Below shows go-to definition working with default syntax on...
If i evaluate a file thats requires any lib, it returns a `java.io.FileNotFoundException`. This is the test script i'm using: > (ns clj-init.core > (:require [java-time :as t])) > >...
I'm attempting to connect to a server hosted by Shadow-CLJS: ```clojure {:deps {:aliases [:common]} :nrepl {:port 5555 :middleware []} …} ``` There are no error messages in the log, as...