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
When you right-click in a PowerShell file in VSC a menu comes up with the following intellisense options:
Peek Definition
Go to Definition
Find All References
Change All Occurrences
Currently, these are always clickable, which is wrong. We only want these options to be clickable on certain symbols. For example, none of these options should be clickable on function or any whitespace in the following code block: