In Programmatic formatting for Mathematica code - possible? masterxilo proposed to use <<GeneralUtilities` then GeneralUtilities`PrintDefinitions@f whereby f is some mathematica code to get a pretty-printed, formatted version of ??f.
How can I find out what is contained in the GeneralUtilities package?

?GeneralUtilities`*to find what symbols exist in that context, as with any other package/context. – Szabolcs Sep 26 '16 at 12:43GeneralUtilitiespackage is version dependent. E.g.,AccurateTiming(a precursor ofRepeatedTiming) no longer exists. – Karsten7 Sep 26 '16 at 17:52