clojure-lsp / clojure-lsp/clojure-lsp

Rename namespaces could rename explicitly qualified keywords in edn files

Open
#574 2 comments 1 reaction 0 assignees View on GitHub
enhancement waiting upstream
Dominant language
Clojure
Stars
1.3k
Forks
180
Avg merge
13m
Merged PRs (30d)
4

Description

**Is your feature request related to a problem? Please describe.**
When renaming a namespace clojure-lsp doesn´t rename explicit qualified keywords on edn files. E.g. If i do a namespace renaming from foo.bar to bar.baz clojure-lsp do not change explicit keywords from :foo.bar/x to :bar.baz/x.

**Describe the solution you'd like**
clojure-lsp renames :foo.bar/x to :bar.baz/x in edn files when the namespace is renamed.

**Describe alternatives you've considered**
I could rename it myself manually but it is not great. I could write a tool to do it but clojure-lsp is great and does almost what I want.

**Additional context**
This is like #573 but for edn files.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.