Выполняет проверку правильности написания для:
- Всех видимых пользователю строчек (сообщения, заголовки, меню и т.д.), которые имеет ваш исходный код.
- Все комментарии к исходному коду.
- Все переменные, классы, названия функций и т.д.
Особенности:
- Отображает список предположений для всех ошибок.
- Применяет коррекцию написания по методу «указания и щелчка».
- Поддерживает настраиваемый словарь.
- Создает отчет по ошибкам.
- Применяет коррекцию грамматики для исходных файлов.
SCSC is a powerful spell checking and profanity checking tool for collections of source code in multiple programming languages. When some text strings are scattered throughout the source code it's really difficult to spell-check them without getting flooded by large amount of surrounding code and comments.
SCSC will do this work for you. SCSC parses your source files, extracts "user visible" strings and runs spelling and profanity verifications on them. The results are displayed by the application and very intuitive user interface will guide you through the rest of the process. In addition to "user visible strings" SCSC can also do verifications of comments and variables.
Официальный сайт / Homepage