Changelog #297
Commit: 8d75311
Release: 2025-08-04 (v0.3.2563)
New Features
-
#20351change callers to use method call syntax when renaming a parameter toself.
Fixes
-
#20313fix variable substitution inrunnables.extraEnv. -
#20333do not require all rename definitions to be renameable. -
#20336check for snippet cap ingenerate_mut_trait_impl. -
#20337fix bounds display withimpl Trait. -
#20300don’t addPanicssection fordebug_assert!. -
#20327don’t show$saved_fileliterally in IDE status updates.
Internal Improvements
-
#20342reorganizeproc-macro-srv, add--formatand--versionargs. -
#20311,#20314,#20364,#20368,#20371migrateconvert_tuple_struct_to_named_struct,inline_type_alias,convert_from_to_tryfrom,generate_delegate_methodsandgenerate_trait_from_implassists toSyntaxEditor. -
#20345addSyntaxEditor::delete_all. -
#20349fix new Clippy lints. -
#20154improve settings tree descriptions. -
#20335use GitHub app for authenticating sync PRs.