tern_for_vim icon indicating copy to clipboard operation
tern_for_vim copied to clipboard

Is there a way to use syntax highlighting of the "tags" found by tern?

Open rvega opened this issue 10 years ago • 1 comments

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! :)

rvega avatar Nov 29 '14 18:11 rvega

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)

marijnh avatar Nov 29 '14 21:11 marijnh