One of my favorite VS Code plugins: Code spell checker


One of my favorite VS Code plugins: Code spell checker.

I've been shocked at how many spelling errors it has caught in the last few weeks.

It has helped me clean up docs, and catch spelling errors in variables and function names.

Super handy.

Woah, just learned the spell checker it uses behind the scenes is available as a cli: https://www.npmjs.com/package/cspell

So you can use this to spell check your entire codebase, or on your continuous integration server.

View original on X