Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming local doesn't rename in every .cljc branch #1677

Open
borkdude opened this issue Sep 25, 2023 · 0 comments
Open

Renaming local doesn't rename in every .cljc branch #1677

borkdude opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working editor Related to clojure-lsp on a text editor
Projects

Comments

@borkdude
Copy link
Contributor

Given this code in a .cljc file:

(let [instance-expr 1
      instance-expr instance-expr]
  #?(:clj [instance-expr]
     :cljs [instance-expr]))

when renaming the second instance-expr in the let form, only the :clj branch local is renamed, not the :cljs one.

@borkdude borkdude added bug Something isn't working editor Related to clojure-lsp on a text editor labels Sep 25, 2023
@ericdallo ericdallo added this to Low priority in clojure-lsp via automation Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor Related to clojure-lsp on a text editor
Projects
clojure-lsp
Low priority
Development

No branches or pull requests

1 participant