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

**Describe the bug** The "Code Action" option "Create namespace and function" does not create a new namespace. **To Reproduce** Steps to reproduce the behavior: 1. Clone project [`ericdallo/clojure-sample`](https://github.com/ericdallo/clojure-sample) 2. Open...

bug

First of all, thanks for the great plugin and the time you spent developing it. Sorry if some of my text is worded impolitely. I am not a native speaker...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** - **Describe the solution you'd like** On cursive, once a symbol is selected and you press `[` or `{` or...

enhancement
needs-more-info

**Is your feature request related to a problem? Please describe.** When double clicking a dashed symbol, it selects only the substring between the dashes, instead of the whole symbol, it...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** When adding `#_` before a code to comment it, the color does not change **Describe the solution you'd like** To...

enhancement
good first issue

Sometimes when I'm using IntelliJ it just freezes, I close with a Force Quit. When I open it again it shows me this error: ``` Freeze for 20 seconds IDE...

needs-more-info

**Is your feature request related to a problem? Please describe.** When I press ^Q on a Clojure function, the plugin shows me "examples" with code snippets from ClojureDocs. These examples...

enhancement
good first issue

Currently, we have nrepl as a dependency for development, but for production we don't want to include it.

enhancement
good first issue

Rerported [here](https://github.com/clojure-lsp/clojure-lsp-intellij/issues/20)

bug
good first issue