ternjs / tern_for_vim

Tern plugin for Vim
MIT License
1.83k stars 100 forks source link

Missing some completions in tern_for_vim, but tern.java not #85

Open petronny opened 9 years ago

petronny commented 9 years ago

Thanks for creating this amazing tool for vim.

But, when I'm testing the completion for cc.view.adjustViewPort() in main.js of my project, this function doesn't show up in the omni completion list and tern always runs out the RAM(3.7G).

When I try the same functions with tern.java in eclipse, it works fine with about 1G memory cost.

The situation may be similar to #22 . But all the javascript libraries I used are just in one big js file.

I've uploaded the zip of my project and I'm waiting for your response.

Here is the zip of the project.

ZinedinShiqin commented 9 years ago

would like to apply this project under this account.tq

marijnh commented 9 years ago

If I extract the file, and complete from cc.view.adj in main.js, it completes adjustViewPort without trouble. Could it be that this was fixed in the meantime?