Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to enable it in any language, instead of using enabledLanguageIds #11

Open
lucasdf opened this issue Apr 26, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lucasdf
Copy link

lucasdf commented Apr 26, 2020

Hi there!

How would you feel about having an option to run coc-spell-checker in any language? I think this would be a good complement for the current configuration, which only runs it on the files specified in enabledLanguageIds.

Do you think a new configuration like cSpell.enabledForAllLanguages could be added?

@iamcco iamcco added enhancement New feature or request help wanted Extra attention is needed labels Apr 27, 2020
@alexesba
Copy link

alexesba commented Sep 9, 2021

Probably adding a new property customLanguageIds = ["conf", "text", "otherfiletype", "etc.."] would be a better option.
and then internally extend the enabledLanguageIds with the customLanguageIds in that way the users will be able
to keep the current configuration and be able to add custom languages if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants