tern_for_vim icon indicating copy to clipboard operation
tern_for_vim copied to clipboard

Missing some completions in tern_for_vim, but tern.java not

Open petronny opened this issue 10 years ago • 2 comments

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.

petronny avatar Jan 06 '15 04:01 petronny

would like to apply this project under this account.tq

ZinedinShiqin avatar May 02 '15 03:05 ZinedinShiqin

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?

marijnh avatar May 27 '15 09:05 marijnh