You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wait for it to fully load and move the cursor over to the second result and then back it will freeze again.
Obviously this is a silly example but PowerShell can generate really long tooltips in more realistic scenarios. For example if you parse a long script and hover over the scriptblock Ast the tooltip will contain the entire script, so if you've parsed a really big script you will see this freeze.
Expected behavior
No freezes and a truncated tooltip is visible.
Actual behavior
Freeze for several seconds and no tooltip.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
N/A
Screenshot
N/A
Environment data
Steps to reproduce
Here's an example of this:
If you wait for it to fully load and move the cursor over to the second result and then back it will freeze again.
Obviously this is a silly example but PowerShell can generate really long tooltips in more realistic scenarios. For example if you parse a long script and hover over the scriptblock Ast the tooltip will contain the entire script, so if you've parsed a really big script you will see this freeze.
Expected behavior
No freezes and a truncated tooltip is visible.
Actual behavior
Freeze for several seconds and no tooltip.
The text was updated successfully, but these errors were encountered: