angular-ui/AngularJS-sublime-package

1.2.1 Completion Issue

gravidThoughts opened this issue · 3 comments

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

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

Try adding:

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

to your settings file.

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

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