auto-completion doesn't work .. i suspect indexing not to work
haikyuu opened this issue · 3 comments
i'm working in Ubuntu 12.04, and i just added this package in sublime-text 3.
Since nothing happens after i index using super+ctrl+l, i used the command sublime.log_commands(True) and indexed again, the output was command: angularjs_find.
I don't know why completion doesn't work .. and this is my Angularjs-completions.sublime-settings :
{ "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", "auto_complete_triggers": [ { "characters": "ng-controller=\"*", "selector": "punctuation.definition.string" } ] }
Could go you further on "nothing happens"? As in, you're trying to do X and expect Y to happen, but, it does not.
Thanks!
auto-completion: i try <div ng > & expect auto-completion to work but it doesn't.
I rebooted and it works now.
Sorry for bothering you.
Thanks :)