Summary of the new feature
Right now when you type in [SomeType] and try to tab ctrl+space complete it displays list of types which is great, but it's a short type name. I often have to go thru 2-5 different types before I pick the correct one I want. Can you maybe allow a choice between short (if you want to keep old version) and full type?

or

I think it seems reasonable that the tooltip for types can include the full type name.
I think if we just add case CompletionType.Type: right above this line, this will work.
I'd also want a test added for this. That's fairly straightforward.
[System.Collections.)CompleteTypeName) that looks like: https://github.com/PowerShell/PowerShellEditorServices/blob/master/test/PowerShellEditorServices.Test.Shared/Completion/CompleteCommandFromModule.cs (note line 33 is the tooltip, so the value of that would be the full type name)Running the tests is easy. Run Invoke-Build Build,TestServer in the PSES directory.
This will be in the next preview thanks to @AspenForester!
Wohoo :-D Thank you @AspenForester
Most helpful comment
This will be in the next preview thanks to @AspenForester!