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.** In Cursive when you open an external library you have the option to navigate in the hierarchy through the files...
**Describe the bug** When I write in a `*.clj` file: ```clj [\!\@] ``` Clojure LSP IntelliJ marks `\!\@` as an error: ` expected, got '\!\@'` This appears to be independent...
I noticed that you have implemented your own lsp support, but I would like to notify you that it exists now a free LSP support for IntelliJ https://github.com/redhat-developer/lsp4ij * You...
**Describe the bug** When using the Extend Selection (`opt + UP`) feature in a form that contains more than one line, it is not selecting only the form but also...
**Describe the bug** When using the `New project` action from IntelliJ to create a new Clojure Project, it creates all files but IntelliJ does not show them correctly. **To Reproduce**...
**Is your feature request related to a problem? Please describe.** When need to create a new clojure file it does not have the proper action, so need to create a...