ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

autocomplete and function hint in tooltip qol change #65

Closed MANGO1234 closed 9 years ago

MANGO1234 commented 9 years ago

While typing arguments in a function, each letter typed will cause the function hint tool-tip to switch to the autocomplete popup and vice versa. This change will display the autocomplete and the function hints side by side. (source of fix: http://www.sublimetext.com/forum/viewtopic.php?f=2&t=17610) ac

marijnh commented 9 years ago

Thanks. Merged as abbd482