Skip to content

Would it make sense to remove the @Spell (or at least make it a configurible option) for python strings ? #15

Open
@lonetwin

Description

@lonetwin

Hi,
Thanks for maintaining this. Really appreciate your work. Here's the issue I'm reporting:

Although I like having the @Spell option enabled for pythonComment, the same option for strings is a bit distracting because, typically my code doesn't usually have too many 'user consumable strings', however, it does have a lot of strings as keys to dicts etc:

  d= {'top_nav' : ..., 'err_msg' : ...} 

...which then get highlighted as spell errors. Is it possible to make this a configurable option, like python_spell_check_comments and python_spell_check_strings.

This isn't a big pain, just a suggestion. So feel free to close this issue with a WONTFIX . Thanks again for your work.

cheers,
steve

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions