Xcode spell checking

后端 未结 8 2067
悲&欢浪女
悲&欢浪女 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 10:05

    In Xcode 4.5 you need to choose: Edit -> Format -> Spelling and Grammar -> Check Document Now (cmd + ;)

    0 讨论(0)
  • 2020-12-16 10:06

    As of Xcode 11 (tested in 11.3.1), if you turn on "Check spelling while you type", found in the Edit->Format->Spelling and Grammar menu, Xcode will display the red word spelled wrong indicator for comments as they are spelled wrong. It will also spell check camel case identifiers (much to my surprise). I am only just now using this so I don't know the sharp corners but it is exciting. As someone that is bilingual, I find myself mangling words. You can also set the preferred language using the "Show spelling and Grammar" option.

    0 讨论(0)
提交回复
热议问题