kilbd / nova-rust

A Rust extension for the Nova text editor, using the Rust Analyzer language server.
MIT License
29 stars 5 forks source link

add ability to rename symbols/files #19

Closed laralove143 closed 2 years ago

laralove143 commented 2 years ago

currently we have to manually select every instance of a variable/struct/enum/function/module etc. and it gets hard, most ides have this ability under "refactor", im not sure if its provided by ra or done manually though

kilbd commented 2 years ago

This is a feature of RA, and one I've been meaning to implement. I'll need to implement it manually as a Nova command, so I've admittedly been putting it off. I'll make it a top priority – thanks for the nudge!