Inspiration
When Ken Thompson, the author of UNIX (together with Dennis Ritchie), was asked what he would change in UNIX, he replied that he would name the creat (sic!) function as create. There are lots of sources, e.g. this one. No comments. I should note that Ken Thompson together with other developers of the original UNIX have created the Plan 9 system that fixes lots of UNIX flaws. This function is called create in it :) He did it :)
What it does
For xcode supported project, we can check the misspelled word in your code, comment, document
How we built it
- Swift
- Xcode Extension support since Xcode 8.0
Challenges we ran into
How to implement this feature with super limited extension features.
Accomplishments that we're proud of
- Check spell for a single file from menu command[Not done yet]
- Check spell for a whole project from build script
How to try it
- clone from GitHub:
git clone git@github.com:TonnyXu/XcodePowerPack.git - open the project
- choose target
spellCheckerCommand - build the project
Log in or sign up for Devpost to join the conversation.