justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

Plugin doesn't play nicely with namespaced classes #16

Open hamishtaplin opened 11 years ago

hamishtaplin commented 11 years ago

If you declare a class like so:

namespace = namespace or {}

class namespace.ClassName
    constructor: ->
        this.someProperty = "blah"

The plugin doesn't pick up its member properties/methods.