You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Thanks for creating this amazing tool for vim.
But, when I'm testing the completion for
cc.view.adjustViewPort()
inmain.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.
The text was updated successfully, but these errors were encountered: