justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

feat: no_implicit_parens support #29

Open Iristyle opened 11 years ago

Iristyle commented 11 years ago
Iristyle commented 11 years ago

BTW -- It would be a lot more convenient if these settings were tucked into some sort of config object. I expected to only have to tweak a few lines of code to read the setting from JSON, but ended up with a bit of a domino effect trying to get the setting from the point it was read to the point where it was being used.