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
@nitnelave I've merged in a change to edit this globally. I'm going to keep this open for now so you can pass in a custom extract var statement to a separate keybinding if desired instead of globally in the plugin, but hopefully this helps you for now. Please let me know if you have any issues.
@nitnelave Thanks for reviewing ! Like I said above, I'll leave this open while implementing that other functionality by adding this config per call and not just global.
Great plugin!
When refactoring a variable in C++, the result looks like:
auto var = expression;
It would be nice to be able to configure that (maybe even another command, or a command parameter?) to have
const auto var = expression;
Same in Rust with
let
andlet mut
, TS withlet
andconst
, etc.The text was updated successfully, but these errors were encountered: