PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
612 stars 207 forks source link

Inlay Hint Support #2133

Open JustinGrote opened 5 months ago

JustinGrote commented 5 months ago

PR Summary

This PR implements Inlay Hints to resolve the type in PowerShell when it can be determined by the PowerShell Type Inference completer. This is considered best effort and not exhaustive. image

NOTE: This PR uses some modern C# syntax features that do not match the prevailing style. Worth exploring if these are OK to adopt:

JustinGrote commented 5 months ago

@MartinGC94 @andyleejordan @SeeminglyScience need to find where PSES gets this info from: image

EDIT: Found it, Detail property of a variable Completionlist entry image