TomTomSamSam
TomTomSamSam

Reputation: 404

Webstorm - how do you find all typos?

I'm using WebStorm 2018.2 and I have typos in my project:

enter image description here

How can I find all the typos in my project so I can go through them? I would really just like to see a whole list like global find does:

enter image description here

Upvotes: 4

Views: 739

Answers (1)

TomTomSamSam
TomTomSamSam

Reputation: 404

Per https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000033264-View-All-Project-Errors-Warnings

Going to Code | Inspect Code will find all spelling errors

inspection scope

Results in something like this:

results

Upvotes: 7

Related Questions