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.** In Cursive when you open an external library you have the option to navigate in the hierarchy through the files...

enhancement
help wanted

**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...

bug
help wanted

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...

enhancement

**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...

bug

**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**...

bug

**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...

enhancement
good first issue