Patrick Meinecke

Results 83 issues of Patrick Meinecke

With this change, any native commands in a pipeline will be able to detect if the downstream command is also native. In that case (and when stderr is not merged...

Extra Large

This happens because we get a completion request for `[type]:` which gets no results and for some reason isn't marked as incomplete. Need to look into how to fix that.

Issue-Bug
Area-IntelliSense

# PR Summary This change is paired with PowerShell/vscode-powershell#4065 Adds a client utilizing a custom notification to sync breakpoints between the client and the server at all times. All breakpoint...

While the tooltip parser is resilient enough to not straight up throw, it does generate some weird results: ![image](https://user-images.githubusercontent.com/24977523/169893836-f7109e58-e89e-4406-a533-f89dbbc536a3.png) ![image](https://user-images.githubusercontent.com/24977523/169894191-f3b4cbcf-5d74-47fd-890c-8bdb3a6de613.png)

Issue-Bug
Area-IntelliSense

Dependency injection and "interface everything" can be very useful patterns but they also increase maintenance and debug complexity. Source generators can help by making references actually followable (DI) or reducing...

Issue-Enhancement
Up for Grabs

Currently as long as you have code lens on you'll always get the references code lens. This can dramatically slow down very large workspaces. A large portion of folks (anecdotal...

Issue-Enhancement
Area-Symbols & References
Issue-Performance

## PR Summary This changed is paired with PowerShell/PowerShellEditorServices#1853 ## PR Checklist Note: Tick the boxes below that apply to this pull request by putting an `x` between the square...

### What You Are Seeing? The lack of a list of keyboard shortcuts ### What is Expected? A list of keyboard shortcuts ### How Did You Get This To Happen?...

## Is Your Feature Request Related To A Problem? Please describe. There's probably an existing shortcut to focus the search box, but I'd like to request Alt + D as...