Updates Tagged: NEW FEATURE
Stay informed with the latest improvements, new tools, feature releases, and platform announcements from CodeUtility.
Enhanced Align Hash Tool + New Update Notifications
We’ve added an Update page with notifications in the menu bar, improved the Align Hash tool to support PHP outputs like print_r, var_dump, and var_export, and made enhancements for better formatting of JavaScript and Python structures. Several bugs were also fixed for smoother usage.
- 🔔 Update Notification Menu
- Added an “Updates” page and notification item in the top menu bar to keep users informed about the latest features and improvements.
- 🛠 Align Hash Tool Enhancement
- Added support for beautifying and formatting output of PHP debug functions: print_r, var_dump, and var_export.
- Improved handling and formatting for JavaScript arrays/objects and Python lists/dictionaries, including better alignment and readability options.
- Fixed bugs related to edge cases in nested structures and empty keys/values.
Code Editor Enhancements: Local History and Status Bar
Two powerful improvements for a better editing experience: a real-time status bar and local history tracking.
We’ve rolled out two exciting upgrades to our code editor to improve your productivity and editing experience:
Status Bar
You can now view helpful real-time metrics as you code:
- Total length
- Number of lines
- File size
- Current cursor position

Local History
Your code edits are automatically saved in the browser as local history. This means:
- View a timeline of all your changes in local.
- Instantly revert to any previous version.
- Stay in control — even without signing in
These features are designed to help you write, track, and manage your code more efficiently.
