PowerShell ISE has a Help Window pop-up, but I cannot enable Parameters (and Description) from Settings - Help Sections. Which is very inconvenient because despite having quick access to this really "helpful" help I still always have to go to online help to see Parameters.
To standard: Get-Help Get-Member -Full
or full online help.
The same issue persists with new PowerShell ISE preview.
And the problem also appears when clicking Help in little GUI for any command in standard PowerShell (not ISE): for example, after running Show-Command Get-Member
and pressing ?
button.
For info, I already updated help with Update-Help
, so it's not the problem.
Is there a way to correct this via GUI or somehow programmatically using $psISE
?