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

Show tooltip for comparison operators #1294

Conversation

TylerLeonhardt
Copy link
Member

fixes PowerShell/vscode-powershell#2706

The comparison operators (-eq, -not, -gt, etc) unfortunately fall into the CompletionType ParameterName (thanks PowerShell) but they don't have a type associated to them like actual parameters so nothing was being stored.

@TylerLeonhardt TylerLeonhardt requested a review from rjmholt as a code owner May 19, 2020 17:11
@TylerLeonhardt
Copy link
Member Author

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/PowerShellEditorServices/Services/TextDocument/Handlers/CompletionHandler.cs  1
         

See the complete overview on Codacy

@TylerLeonhardt TylerLeonhardt merged commit f81c92a into PowerShell:master May 19, 2020
@TylerLeonhardt TylerLeonhardt deleted the show-tooltip-for-comparison-ops branch May 19, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comparison operator help tooltip
2 participants