Bald Bearded Builder
vscode/stop-misspelling-code-in-vs-code

Stop misspelling code in VS Code!

C# 12 adds default parameter values and `params` support to anonymous functions and lambda expressions.

Loads from YouTube when you press play

Transcript 1 topic

Code spell checker

0:00

Today, I'm talking about code spell checker. It could be a markdown file. You're doing documentation or a blog post. Maybe you're doing some JavaScript or code comments, not just your comments though. It actually spell checks like variable names and function names.

It'll break apart things that are camel cased to make sure each segment is spelled correctly. So how do we install it? The easiest way is to press that extensions button in Versus Code, search for code spell checker and install. One of the niceties is that you can quickly change the word without having to type it. If you right click and go to the little quick fix menu, it'll suggest some words that it thinks you meant and clicking that word will actually replace it in your file, which makes it really handy.

But let's say that you actually meant what you typed. It wasn't a mistake. Well, you can add it to a user or workspace dictionary. This is awesome. If you're using more than English, that's okay.

They have got a ton of other languages available. Are spelling errors kind of a pain point for you?

Sign in to join in. Reading needs nothing.