16 lines
430 B
Markdown
16 lines
430 B
Markdown
# Automatic Refactoring (2025.23)
|
|
|
|
Source: `help-portal-da7f92f6a2ac4ab9b5498da68a82712b.md`.
|
|
|
|
## Overview
|
|
Built-in refactoring helps keep scripts consistent and maintainable.
|
|
|
|
## Capabilities
|
|
- Rename identifiers across scripts.
|
|
- Update references safely when moving/renaming objects.
|
|
|
|
## Notes
|
|
- Use refactor tools instead of manual search/replace to avoid broken references.
|
|
- Verify changes in value help after refactoring.
|
|
|