Sublime Forum

Parameter information tooltips

#1

Hi All,

I would like to build a plugin to show parameter info for JavaScript. What I’m thinking of is the standard IDE parameter tooltips, a nice screenshot of this is here:

Can any one point me to some plugin with similar functionality that I can get ‘inspiration’ from? In terms of functionality all I need is:

  • I would like to get an event notification when a ‘(’ is typed in by the user
  • Or on CTRL + P (I can do the key binding no problems there)
  • Display a nice tooltip window below the current line (like the image above)
  • Have the tooltip being formatted nicely (like image above)

Anyone seen a plugin like this anywhere?

Thanks

0 Likes

#2

There is no API for tooltips at the moment.
sublimetext.userecho.com/topic/5 … -tooltips/

0 Likes

#3

Thanks wuub, I’ve added my vote :smile:

0 Likes