task[cspell-tools]: support splitting words on -
or _
if all the words are already in the dictionary.
#4871
Labels
task
A task to be done.
When compiling a dictionary, cspell-tools already supports not including camel case words that when split are already in the dictionary. This helps reduce the size of a dictionary.
For example:
my-favorite-class
, doesn't need to be included, becausemy
,favorite
, andclass
are already in the dictionary.The text was updated successfully, but these errors were encountered: