tern_for_vim icon indicating copy to clipboard operation
tern_for_vim copied to clipboard

Tern plugin for Vim

Results 53 tern_for_vim issues
Sort by recently updated
recently updated
newest added

For example, if I declared `foo_bar = function(){}`, is there a way to highlight uses of the function: `foo_bar()`? Thanks for this great plugin! :)

First off, thanks for this tool. This has massive potential. So I set up a very small test project with only two files and a requirejs module and everything works...

Hi..silly question but I cant found how include my node_module files and index them...I've tried add the path, add the node plugin and even add the final bundle.js ``` js...

1. npm should not be necessary 2. describe the necessary versions of Vim, Python, Node.js If you do not want to create a complete distribution maybe Npackd could be a...

When moving up and down in the completion list, the description displayed in the scratch buffer doesn't update correctly. ``` $ vim --version | head -n 3 VIM - Vi...

Tern and tfv have been terrific, but without explanation, Tern now seems unable to find refs and definitions any more, instead printing the error message above. (Which appears to be...

Hi All, I installed this plugin as it's mentioned in the tutorial. (Using Vundle to load,running npm install in .vim/bundle/tern_for_vim/) and below is my .tern-project configuration file. but i got...

Dutifully installed the plugin in Vundle, then ran the npm install. I was able to get the server up and running without a problem using the binary. Every time I...

``` javascript var f = function () { var pointless = 10; pointless += 1; return pointless; }; f(); ``` Trying to rename pointless (via :TernRename with cursor on pointless)...

Hi I installed this plugin ( also node.js and npm) with no problem,but when i run :Ternxxx command, error ocurrs like this: ![ternerr](https://f.cloud.github.com/assets/1892462/652214/0dddff62-d49a-11e2-9291-54431d2c7483.png) is there any misconfigration?