noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

LSP: Support global variables rename #5359

Open asterite opened 2 days ago

asterite commented 2 days ago

Problem

PR https://github.com/noir-lang/noir/pull/4294/ adds support for renaming all references to a function however it does not support other items such as global variables: https://github.com/noir-lang/noir/pull/4294#discussion_r1658655114

We should add support for this.