SublimeCSAutocompletePlus icon indicating copy to clipboard operation
SublimeCSAutocompletePlus copied to clipboard

feat: no_implicit_parens support

Open Iristyle opened this issue 13 years ago • 1 comments

  • Support Coffeelint no_implicit_parens check by surfacing a config option (disabled by default), that will always insert parens around completion parameters, even when there is only 1 parameter and it is a function

Iristyle avatar Apr 14 '13 11:04 Iristyle

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.

Iristyle avatar Apr 14 '13 11:04 Iristyle