ternjs / tern_for_sublime

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

Improve autocomplete / hint suggestion #85

Open PixelT opened 8 years ago

PixelT commented 8 years ago

Sublime Text have very weak system of prompting / autocomplete / hints. For example: Hints in Brackets (with Ternific extension) Brackets Hints in Atom (without any extension) Atom

The hint in Brackets / Atom display some usefull information like an type, parameters, returns, descriptions, url to documentation I think that is one of the things, that most missing in ST, especially for beginner developers

PixelT commented 8 years ago

Add in current hint popup, info + description about method / function etc. parameters.