Open Iristyle opened 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()
It would help if I had read https://github.com/justinmahar/SublimeCSAutocompletePlus#limitations-and-plans ;0
Assume a simple constructor
I would expect this to trigger autocompletion of the constructor