othree
othree
The def is a little bit out of date. Ok, I can confirm error at line 74 and 80 matches the def. Still not sure error at line 79. Did...
How about change line 14 to ``` "!type": "fn(selector: ?, context?: frameElement) -> jQuery.fn", ``` And restart IDE to make sure the Tern server restarted
Can you try this one: If everything works fine. I will merge back to here. But you will need to wait releases for both Tern and Tern Eclipse IDE(for upgrade...
Can you help me test one more sample code? (Sorry I didn't get the environment ready) ```javascript $('div').click({data: 1}, function (event) { event; }); ``` I hope this code sample...
I have updated it and it should work now. But there is still some issue I need to fix before I can merge back. The problem is that `jQuery.click` (and...
HI I have try to complete this. My first principle is not to hack tern.js. So I use [plugin](https://github.com/othree/tern/commit/c8d1cd5cdc9d79da2c1410a80c4c59fbd711a191) and add a new command 'coffee'. And update [tern_for_vim](https://github.com/othree/tern_for_vim/commit/88d5c67f87c53f23d4abdb119e46ec8d211c4570) to use...
Hi @marijnh , I have another post in tern-dev group about this. My current [implementation](https://github.com/othree/tern/blob/f69e651eac617b0510791cd5c384d90df13e4ebb/plugin/coffee.js) solves problems I mentioned above. But I didn't fine tune the code. I spend lots...
Hi How do you give argument to /bin/tern inside Neovim+Deoplete. Configure in `.vimrc`?
How about copy(or create symlink) the config file to `~/.tern-config`
I need to figure out what is a good behavior to add custom config file. Because there are many cases, ex: user set custom tern-config, and the project have a...