The "schemaker" extension has been fitted with a backend module to render ViewHelper references.
Schemaker version 3.2 has just been released. Most notable of new features is the ability to enable a backend module which displays ViewHelper references. It is different from the official ViewHelper documentation on this site, in the following ways:
Note that when you use render() method arguments for ViewHelpers the reflection gets cached as system cache content - which means that if you use those and change arguments, you will need access to clearing the system cache for the reference to become updated (and not break). You are probably quite used to that by now, if you use those arguments that way - since not clearing the cache also prevents the ViewHelper from working in the frontend. On a side note, we recommend always and exclusively using initializeArguments() and registerArgument() or overrideArgument() as applies since this avoids reflection and reflection caching.
You can get the Schemaker extension on TER or via composer now. To activate the module, edit the extension settings and enable the backend module. To find the references, use the little "?" icon in the top bar (which also contains all other documentation-related modules).
Screen shots and further technical details: <link https: github.com fluidtypo3 schemaker pull external-link-new-window>github.com/FluidTYPO3/schemaker/pull/52
May increased productivity be with you,
The FluidTYPO3 team