Have the option to capture parameters from queries
Presumably this would require having the trace enabled and you wouldn't necessarily want to be capturing every parameter on every query so there probably needs to be some logic around choosing what to keep. This would obviously help track down parameter sniffing problems along with other troubleshooting of the exact scenario you are trying to look at.
This is different from the suggestion listed here:
https://sqlmonitor.uservoice.com/forums/91743-suggestions/suggestions/41237467-display-parameter-list-in-the-query-plan-form
(And that one should also be implemented and would be a valuable time saver)
Preview support for monitoring individual query executions for user selected SQL Servers was introduced in version 14.0.39 (January 8, 2025).
When enabled on an instance, data such as start and end times, duration, reads and writes, and query text can now be viewed and parameters appear in the query text.