spell check code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rtilley

    #1

    spell check code

    What is the most common way to spell check comments in code? Are there
    any idle plugins or modules that do this?

    Thanks!
  • Jason Earl

    #2
    Re: spell check code

    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.

    Just a bit of editor elitism...

    Jason

    Comment

    • skip@pobox.com

      #3
      Re: spell check code

      >> 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.

      Skip

      Comment

      Working...