clojure-lsp-intellij icon indicating copy to clipboard operation
clojure-lsp-intellij copied to clipboard

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure

Results 23 clojure-lsp-intellij issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** Not problem-related, it is simply a new shortcut to enhance development productivity. In some cases, when there are multiple sexp's...

enhancement
waiting-for-server-release

**Describe the bug** With the following file: ```clj #!/usr/bin/env bb (require '[babashka.http-client :as http]) ``` Clojure LSP complains about the `/` after `#!`: " expected, got '/usr/bin/env'". The file is...

bug
help wanted

**Is your feature request related to a problem? Please describe.** With a editor view like: ```clj (ns bar.foo) (def aa 1) (def b a|a); `|` denotes the cursor position and...

enhancement