angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

1.2.1 Completion Issue #78

Closed gravidThoughts closed 9 years ago

gravidThoughts commented 9 years ago

Brand new clean install. type angular.m, only provided with verbose_module completion. Should also see module.

subhaze commented 9 years ago

hmm... working fine for me on ST 3 OS X.

Try adding:

"auto_complete_triggers":
    [
        {
            "characters": ".",
            "selector": "source.js"
        }
    ]

to your settings file.

subhaze commented 9 years ago

I've added a slight modification on how the JS completions can be triggered, will be added in 1.2.2

gravidThoughts commented 9 years ago

Appreciate it! Sorry for my non responsiveness. Still wrapping my head around on how to be properly mainlined into Github :).