justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

Type hints for property arguments #42

Open m-ender opened 11 years ago

m-ender commented 11 years ago

Type hints are currently not shown if I use CoffeeScripts sugar for property-assigning arguments:

class MyClass
    # [String] name
    setName(@name): ->

Neither does it work if I use # [String] @name. I'm not even sure which one I'd prefer. I guess it would be nice if they were both allowed.