carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

not showing full signature on completion #40

Closed nhooyr closed 7 years ago

nhooyr commented 7 years ago

My .tern-project:

{
  "libs": [
    "browser"
  ]
}

The signature is clipped off:

screen shot 2017-01-07 at 5 53 05 am

I have no settings set for this plugin, I think it is supposed to show the full signature by default.

nhooyr commented 7 years ago

tern-for-vim shows everything:

screen shot 2017-01-07 at 5 52 02 am
nhooyr commented 7 years ago

I'm gonna submit a PR soon, fixing this and a few other issues I encountered.

edit: nvm, this was deoplete's doing. I had a converter set.