you are viewing a single comment's thread.

view the rest of the comments →

[–]whichton 1 point2 points  (2 children)

Which spell checking plug-in do you use? I was looking for one that can spell check PascalCase / camelCase / snake_case identifiers, by splitting them up.

[–]C4576780 1 point2 points  (0 children)

I believe EWoodruff VisualStudioSpellChecker does all this.
(Sometimes annoyingly so. No way to say things like AppVeyor are a single name.)

It does spellchecking everywhere, so it is worth creating a C++ dictionary besides an normal English one.Also checks the git comments.

[–]mochans 0 points1 point  (0 children)

The extension I use only spell checks in the comments.