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 struct rename #5352

Open TomAFrench opened 2 days ago

TomAFrench commented 2 days ago

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 structs: https://github.com/noir-lang/noir/pull/4294#discussion_r1658655114

We should add support for this.