Closed haikyuu closed 10 years ago
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 :)
@haikyuu Glad to hear things are working for you now!
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 commandsublime.log_commands(True)
and indexed again, the output wascommand: angularjs_find
. I don't know why completion doesn't work .. and this is myAngularjs-completions.sublime-settings
:{ "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", "auto_complete_triggers": [ { "characters": "ng-controller=\"*", "selector": "punctuation.definition.string" } ] }