[ux fix] put the type prtification after the default type suggestion
Opened this issue · 2 comments
wael-boss commented
sometimes the default abriviated straight to the point type suggestion is what you need so put it first or at least a setting to put it first then for a more detailed type prview the user can just scroll for your pritification
mylesmmurphy commented
Hey @wael-boss!
Unfortunately VSCode does not expose a method to determine the order of hover providers, however, in the future this extension might integrate directly with the default type preview, and in that case I can add code to add this. I will add this to the future roadmap
vladyslav-n commented
Yep, I'd say that putting the default type synopsis in the beginning would have been an amazing improvement!