Documentation view
Dan2552 opened this issue · 3 comments
Dan2552 commented
Sublime Text has a popup view that:
Shows a popup displaying HTML content.
Specifically, there's a flag for this popup view to work with autocomplete:
sublime.COOPERATE_WITH_AUTO_COMPLETE. Causes the popup to display next to the auto complete menu
Dan2552 commented
this is partially done with the mouse-over popups, but I'm hoping it'll also be possible to show docs from the autosuggestions popup selections
nettlep commented
Dan2552 commented
It's been a while so I might remember wrong what I meant, but I think when I made this issue what I had in my head was documentation showing alongside the autocomplete suggestions a bit like:
The variable sublime.COOPERATE_WITH_AUTO_COMPLETE
maybe sounds like it might do just that, but I never tried it out.