We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
Tern*
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
+1
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: