Feature summary (what you would like to be able to do and where):
Add a substitute button to editing toolbar that would substitute all {{subst:templates}} to the editor. This can be acomplished via a pre-save transform (i.e. the button replaces the content in editor with what would it be after saving, without saving the page).
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
E.g. a wiki have a template T1 which is only a wrapper of another template T2. So you can have {{subst:T1|xxx}} which will become a call of T2. This task proposes a button that turns {{subst:T1|xxx}} to calls of T2 without clicking save.
Benefits (why should this be implemented?):
It would make it easier to edit and see what will be substituted