Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic Spell Checker for Xcode [closed]

Tags:

xcode

ios

Is there any spell checker (or plugin) for Xcode that will automatically spell check all my strings? e.g.

self.label.text = @"Spell check this";
like image 551
Johan de Klerk Avatar asked Mar 14 '13 06:03

Johan de Klerk


People also ask

How do I turn on spell check in Xcode?

How to enable spell-checking in Xcode. You can enable this feature by going to Edit menu > Format > Spelling and Grammar > Check Spelling While Typing. After you enable spell checking, Xcode will underline any typo with a red underline.

Why is my automatic spell check not working?

There are several reasons Word's spelling and grammar-checking tool might not be working. You might have changed a simple setting, or the language settings may be off. Exceptions may have been placed on the document or the spell-check tool, or the Word template may have an issue.

Why has spell check stopped working Mac?

Question: Q: MacOS Messages spellcheck not working Answer: A: You might have it disabled in settings. Go to System Preferences, go to Keyboard, then click Text and click Correct spelling automatically.

How do I turn on automatic spell check?

Here's how. Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. To turn spell check back on, repeat the process and select the Check spelling as you type box. To check spelling manually, click Review > Spelling & Grammar.


2 Answers

You don't need a plugin for this, you just have to turn on "Check Spelling While Typing"

Edit > Format > Spelling and Grammar > Check Spelling While Typing

enter image description here

like image 112
Thilina Chamath Hewagama Avatar answered Oct 23 '22 06:10

Thilina Chamath Hewagama


The Scribe plugin can do that (among other things). You can set it to just check strings, or check both strings and comments.

Full disclosure: I'm the author of the plugin.

like image 20
Oz Solomon Avatar answered Oct 23 '22 08:10

Oz Solomon