Skip to content

name refactor doesn't updates declare statements #438

@wilkerlucio

Description

@wilkerlucio

Hi,

I was doing some refactoring here and I noticed that Cursive currently doesn't updates the symbols on declare statements when you do a rename refactor. Example:

(ns whatever.core)

(declare my-function)

(defn my-function [])

With the previous code, go into the my-function definition and call a refactor to rename it, you will see that the name is not updated on the declare.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions