ternjs / tern_for_sublime

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

Type-based auto complete #27

Closed Narretz closed 10 years ago

Narretz commented 10 years ago

Hi, does the plugin support the type based autocomplete of tern? E.g. when I have a string, it shows me all string functions on autocomplete. I tried it, but it said "no completions available" in the statusbar

subhaze commented 10 years ago

It does, typing "". returns a list of string functions for me.

marijnh commented 10 years ago

Yes, type based autocompletion is supported. If it doesn't in some specific case, please submit a test case that describes what you are doing.