aefimov / idea-spellchecker

Integration of Jazzy into IntelliJ IDEA
0 stars 0 forks source link

Allow local variable names to be used in local comments #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I often write comments within a method that refer to local variable names
within that method.  It would be nice if there was a switch to
automatically consider such variable names correctly spelled in those
comments.  

In my opinion that would actually decrease the risk of misspelling a
variable name in a comment (that is, writing something that is NOT a
variable name, believing that it IS a variable name) -- I don't use the
spell checker for variable names, so I don't get any warnings for variable
names themselves.

Original issue reported on code.google.com by kvarnst...@gmail.com on 18 Dec 2007 at 11:26

GoogleCodeExporter commented 8 years ago

Original comment by aefimov....@gmail.com on 19 Dec 2007 at 4:22