tern_for_vim icon indicating copy to clipboard operation
tern_for_vim copied to clipboard

Support for .vue files

Open FernandoBasso opened this issue 7 years ago • 3 comments

Currently, when I edit a .vue file, I can't run any of the Tern* commands. Is there a way to make those commands available when editing such files?

FernandoBasso avatar Jun 25 '17 11:06 FernandoBasso

This would be great for riotjs aswell. Some commands works fine with this in my vimrc

autocmd FileType riot call tern#Enable()
autocmd FileType riot setlocal completeopt-=preview

But it is fragile, e.g. TernDef only works on default exports, and omnicomplete doesn't work at all.

JohanBjoerklund avatar Jul 09 '17 09:07 JohanBjoerklund

+1

dc3671 avatar Oct 04 '17 07:10 dc3671

+1

firejune avatar Nov 12 '18 01:11 firejune