Sublime Forum

Spell check only double quoted strings in Python source?

#1

We use a convention in our codebase that single quotes are used for code identifiers (dictionary keys, etc) and double quotes are used for user-visual strings of text. I’d like to spell check double-quoted strings in Python only, and ignore all single quoted strings.

Is there a way to change a setting or something to support this?

0 Likes