You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 3 takes a couple seconds as the rename is propagated to all usages, including other files. Beware of starting another rename while one is in progress, as rust-analyzer's intel about usage locations can become off by a line or two and start overwriting other code.
Here's how to do it if you're smart:
Install rust-analyzer
Configure neovim with LanguageClient-neovim & rust-analyzer
If there are any Vim ninjas out there with a spare half hour, maybe give it a go! Let's be real, it will probably be me in a day or two, so you don't have long.
The text was updated successfully, but these errors were encountered:
Currently it's hard to tell which variables are statics and which are locals.
How to do it:
static(?: mut) [a-z]
Step 3 takes a couple seconds as the rename is propagated to all usages, including other files. Beware of starting another rename while one is in progress, as rust-analyzer's intel about usage locations can become off by a line or two and start overwriting other code.
Here's how to do it if you're smart:
If there are any Vim ninjas out there with a spare half hour, maybe give it a go! Let's be real, it will probably be me in a day or two, so you don't have long.
The text was updated successfully, but these errors were encountered: