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
PowerShell ISE provides useful tooltips (especially for beginners) for comparison operators and other basic syntax that can be confusing or easy to forget for people (like me) who don't actively use PowerShell frequently but who may need more complex scripts.
Reproduce:
Type "Get-Process | Where-Object{$_.ID -" and you'll see, in both VSCode and ISE, a list of comparison operators. Difference is, in ISE you get a nice explanation of what the operators do, unlike in VSCode where you only get the list and a constant tooltip about "Where-Object" instead.
The text was updated successfully, but these errors were encountered:
Summary of the new feature
PowerShell ISE provides useful tooltips (especially for beginners) for comparison operators and other basic syntax that can be confusing or easy to forget for people (like me) who don't actively use PowerShell frequently but who may need more complex scripts.
Reproduce:
Type "Get-Process | Where-Object{$_.ID -" and you'll see, in both VSCode and ISE, a list of comparison operators. Difference is, in ISE you get a nice explanation of what the operators do, unlike in VSCode where you only get the list and a constant tooltip about "Where-Object" instead.
The text was updated successfully, but these errors were encountered: