tern_for_vim
tern_for_vim copied to clipboard
Is there a way to use syntax highlighting of the "tags" found by tern?
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! :)
There is the TernRefs command, which is not quite what you describe though. Simply highlighting references isn't supported by the vim plugin so far (and I'm not sure how I'd go about implementing it in vim)