clojure-lsp-intellij
clojure-lsp-intellij copied to clipboard
"Create namespace and function" not working
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:
- Clone project
ericdallo/clojure-sample - Open
clojure-sample.lsp.code-actions.d - Create
code-actions.e/code-action-e-var - Place cursor at beginning of line, use ⌥ + Enter to open Code Actions
- Click "Create namespace 'code-actions.e' and function 'code-action-e-var'"
Expected behavior
New namespace clojure-sample.lsp.code-actions.e is created with (def code-action-e-var).
Screenshots
Desktop (please complete the following information): clojure-lsp-intellij: 2.4.5 clojure-repl-intellij: 1.3.1 IntelliJ IDEA: 2024.1 macOS: Sonoma 14.4.1
IntelliJ Log
Nothing is logged to idea.log.