rtilley <rtilley@vt.edu > writes:
[color=blue]
> What is the most common way to spell check comments in code? Are
> there any idle plugins or modules that do this?[/color]
In Emacs you can use "flyspell-prog-mode" to check strings and
comments automagically.
>> What is the most common way to spell check comments in code? Are[color=blue][color=green]
>> there any idle plugins or modules that do this?[/color][/color]
Jason> In Emacs you can use "flyspell-prog-mode" to check strings and
Jason> comments automagically.
They also both have spell-check menu items that allow you to check just
comments and strings.
Comment