no attribute 'ternHints'
Closed this issue · 4 comments
HerringtonDarkholme commented
What's going on here?
Latest SublimeTern on win, ST ver 2.0.1
Traceback (most recent call last):
File ".\sublime_plugin.py", line 236, in on_query_completions
File ".\tern.py", line 430, in on_query_completions
completions = ctx.js().locals.ternHints(view, proj.get('id', 'empty'))
AttributeError: '[object global]' object has no attribute
sergeche commented
Do you have Emmet installed?
HerringtonDarkholme commented
Yes. And I have reinstalled PyV8, updating it to the latest version.
Still get this problem though...
sergeche commented
DO you have any other errors in console?
HerringtonDarkholme commented
Oops... I don't know what happened but it works now...
Thank you anyway! (and sorry for my false alarm..