elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings to npm plugins.

Bernardoow opened this issue · comments

I think about create setting on/off to plugins.

Example, Create one variable at settings FormatPlugin: False (default). For use plugin, user need install ( of course) and turn on this variable.

@Bernardoow If I understand correctly, you're suggesting that features of this package that depend on external software (e.g. elm-format) being installed to work properly should be disabled by default in this package, so that the user can only enable it if they are sure they have the necessary software installed.

I'm not sure how I feel about this. I'm afraid many people will install the package and not realise that there is really valuable functionality available but disabled by default. I wonder what proportion of Elm developers have tools like elm-format installed…

Anyone else have any thoughts?