-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Hey,
thanks a lot for your great spell checker! It works awesome for strings and comments.
However, we often face the problem to also have typos / misspellings in the source code itself, i.e. variables, functions, classes, etc.. For instance, the typos in the variable m_defoultLeftMergin should be detected and changable to m_defaultLeftMargin by using the CamelCaseSplitCorrection.
We would love to have another option to the settings to not only check strings and/or comments but also the actual source code?
How complicated would it be to realize this? Is there any chance that this feature will come soon?
Thanks a lot!
Ines