Ben Ogle
Ben Ogle
Yeah, I'm not in for disabling in comments wholesale, but ok with disabling the default provider in comments / strings.
> Text gleaned from comments also pollutes project wide suggestions. Is this intended? Yeah, it's [intentional](https://github.com/atom/autocomplete-plus/blob/9b8041fb0e675dba23e7d7407097ce7cf9bb1c29/lib/symbol-provider.coffee#L35-L37).
> Why not allow a callback function that could do anything? I'd like to keep the experience consistent between providers. We should come up with the best way to display/interact...
This is really strange. Are you using a local version of autocomplete-plus?
Was this a one time thing or does it happen consistently?
I really think we should just use one setting (the current `minimumWordLength` setting), and if it makes sense for the provider to use the setting, then it should, otherwise the...
Why does the flow provider need less than 3 characters? The goal was to reduce noise. 3 characters felt like a good choice after trying other numbers for a while....
Ok, I'm down with a default change to 2.
> Any suggestions on where to start looking? Currently, this package only watches editors that are a pane item. See [this line](https://github.com/atom/autocomplete-plus/blob/4a181bad83d5ce9d6c98806b6071219fb6c1c53b/lib/autocomplete-manager.coffee#L101). Mini editors are just text editors, but there...
You can use the `fileBlacklist` in the autocomplete plus settings to disable it in md and txt files. It may not be unwanted for everyone.