aarondandy / WeCantSpell.Roslyn

A spell check analyzer for Roslyn languages, probably abandoned.
3 stars 6 forks source link

ignore words inherited by contexts #9

Open aarondandy opened 7 years ago

aarondandy commented 7 years ago

Words from external identifiers should be inherited within the context of spell checking. When checking a comment it may need to look at identifier within scope both before and after it.