Justin Grote
Justin Grote
@jborean93 this PR is fine, my point was I was wondering if we could do away with the setting *altogether* in PSES and instead detect when the notify is needed...
Thanks for your submission! This functionality would need to exist in https://github.com/PowerShell/PowerShell for us to support it, I suggest you re-file this issue there! Pester Tests, conditional expression breakpoints, and...
@TylerLeonhardt your dependent issue was closed, asking you to ask over at the extensions slack for help on it (strangely)
@MartinGC94 Since it works at the PS command line, we can probably get this to work via the completion API  
OK, yeah I was reminded now why this doesn't work. The LSP returns the info fine, but vscode has built-in logic that auto-filters anything that doesn't begin with the typed...
I delved some more and found the filter code in vscode itself, if I get some time I may attempt a fix PR, but yeah, I wouldn't expect this anytime...
Related to https://github.com/PowerShell/vscode-powershell/issues/3026, when we sort out some of the LSP stuff to keep this from lagging the interface (especially as help can be slow to resolve) or if we...
It's certainly something I want to improve and I'll put it on my to-do list, we just may need to gate it behind a feature flag for some kinds of...
@MartinGC94 so as I recall there was an issue with the tooltip getting exposed. Do you see the tooltip in psreadline currently because I don't.
@MartinGC94 yep that was it. I am updating how we pull from help so it is more discoverable and accessible. I'll try to nudge that other PR along but if...