justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

Support for new Foo() constructors #18

Open Iristyle opened 11 years ago

Iristyle commented 11 years ago

Assume a simple constructor

class Bar
  # [String] baz
  constructor: (@baz) ->

I would expect this to trigger autocompletion of the constructor

b = new Bar()
Iristyle commented 11 years ago

It would help if I had read https://github.com/justinmahar/SublimeCSAutocompletePlus#limitations-and-plans ;0