DEV Community

Krzysztof Platis
Krzysztof Platis

Posted on • Edited on

2 1

No more typos in the code ✍️

Code Spell Checker is a handy VSCode extension. It highlights typos in the code, e.g. in the names of your classes or methods, or even in the code comments. You can quickly fix the typo based on the suggestions or add a custom word to the user or workspace dictionary.

Example of spell checking

Avoid typos in Public API of your library

It's important to avoid typos, especially in the public API of libraries that you author. Nobody enjoys using misspelled API. Moreover, you don't want the hassle of introducing a breaking change just to fix a misspelled method's name - library users are not fond of breaking changes.

If you really feel like buying me a coffee

... then feel free to do it. Many thanks! 🙌

Buy Me A Coffee

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay