Slava / tern-meteor-sublime

Meteor Framework autocompletion for Sublime
246 stars 11 forks source link

Obtrusive tooltip in function arguments #24

Closed Angarsk8 closed 8 years ago

Angarsk8 commented 8 years ago

I've been recently doing some meteor work and discovered the sublime text package you developed on top of TernJs. I've liked a lot so far! But I have a problem, every time I write a function I cannot get autocomplete for the arguments because the tooltip with the information about the function blocks the arguments!! It is very obtrusive and I don't know how to get rid of it. The thing is that in the videos where you show the package I don't see that problem. Can you help me?

Thanks!

Slava commented 8 years ago

You should set the tern_argument_hints option: https://github.com/Slava/tern-meteor-sublime/blob/master/Original_README.md#configuration

Angarsk8 commented 8 years ago

Thanks Slava! Have a good day! :+1: