srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Show function definitions on hover #261

Closed isadon closed 6 years ago

isadon commented 6 years ago

Is there a way to get the tooltips to show the function definitions when hovering over an autocompleted function. So in the picture below when hovering over the sleep autocompletion menu it'd be nice to have the function docs on the side. Or maybe have a tooltip that shows another popup with the documentation like VSCode does.

screen shot 2018-07-22 at 3 30 53 am
srusskih commented 6 years ago

duplication of #207