Xcode spell checking

后端 未结 8 2087
悲&欢浪女
悲&欢浪女 2020-12-16 09:24

Just wondering if there is a way to enable spell checking in Xcode. Maybe an add-on or something...

8条回答
  •  再見小時候
    2020-12-16 09:52

    You turn on spelling from the Edit menu (right at the bottom).

    Edit: For code files, there's always the compiler, although that won't check comments, and won't stop you from spelling things wrong; it'll only stop you from spelling things inconsistently.

    Reedit: In the 4 years since this was posted, the spell checker has moved a little: It is now under Edit > Format > Spelling and Grammar. Format is near, but not at the bottom.

提交回复
热议问题