clojure-lsp-intellij
clojure-lsp-intellij copied to clipboard
Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
**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...
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...
**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...
**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...
**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...
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...
**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...
Currently, we have nrepl as a dependency for development, but for production we don't want to include it.
Rerported [here](https://github.com/clojure-lsp/clojure-lsp-intellij/issues/20)