$PSVersionTable:$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 1 0 0
I am experiencing a performance problem with the help snippet on a largish ps1 file with 6000+ lines and 100+ functions. It can take up to 10s for the snippet to generate the help
Below is a demonstration with approx 10s delay.

I am not experiencing the same with small files.
Yeah, I get that I should break this script up, but that's another story
CPU: core i5-6600 @ 3.3GHz - 4 cores
Powershell.exe CPU goes to 25%, maxing out one core, while waiting so it seems to be very busy working out what to print.
Yikes! Thanks a lot for the report, we'll take a look.
/cc @kapilmb
I know why this is happening. We will get this fixed next release.
Most helpful comment
I know why this is happening. We will get this fixed next release.