clojure-lsp-intellij
clojure-lsp-intellij copied to clipboard
Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
**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...
**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...
**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...