Tooltips in Dev-mode Mod improves usability in RimWorld’s developer mode by adding tooltips to buttons whose labels are truncated due to the fixed text width used in dev-mode windows. This makes it easier to identify definitions and debug actions without relying on trial and error.
Tooltips in Dev-mode Features
- Expanded button tooltips: Displays a tooltip with the full label text whenever the button text does not fully fit within the dev-mode button.
- Improved developer workflow: Helps distinguish between definitions that share similar prefixes, which often appear identical due to truncated labels.
- Better mod compatibility debugging: Makes it easier to locate the correct debug actions or definitions when working with heavily modded setups.
