Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison operator help tooltip #2706

Closed
serivas opened this issue May 16, 2020 · 1 comment · Fixed by PowerShell/PowerShellEditorServices#1294
Closed

Comparison operator help tooltip #2706

serivas opened this issue May 16, 2020 · 1 comment · Fixed by PowerShell/PowerShellEditorServices#1294
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).

Comments

@serivas
Copy link

serivas commented May 16, 2020

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.

@ghost ghost added the Needs: Triage Maintainer attention needed! label May 16, 2020
@TylerLeonhardt TylerLeonhardt added Area-IntelliSense Issue-Enhancement A feature request (enhancement). and removed Needs: Triage Maintainer attention needed! labels May 19, 2020
@TylerLeonhardt
Copy link
Member

I have a PR out for this now. We were filtering them out on accident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants