コメント行のスペルチェックを行ってくれるXcode機能拡張「Comment Spell Checker」がリリースされています。詳細は以下から。
Comment Spell Checkerはコラボレーション・デザインサービスCanvaのiOSエンジニアのVelislava Yanchinaさんが公開したXcode機能拡張で、Xcodeのソースエディタでコメントアウトされた行のスペルチェックを行ってくれる機能があります。
🙅♀️ more typos in comments! Put together this tiny #xcode extension – https://t.co/8QsRcF3lal
— Velislava Yanchina (@vel_is_lava) 2018年11月25日
An Xcode Source Editor extension that runs spell check and auto correct on your code comments.
- Supports mutliple comments styles (eg. `//`, `///`, `/*…*/`, `/**…*/`)
- Runs spell check
- Auto corrects
Comment Spell Checker – Mac App Store
使い方
Comment Spell Checkerのシステム要件はmacOS 10.14 Mojave+Xcode 10以上で、使い方はアプリを起動したときに表示されるチュートリアル動画の通り、macOSのシステム環境設定アプリから[機能拡張] → [Xcode Source Editor]で「✅ Comment Spell Checker」の実行を許可し、
Xcodeの[Editor]メニューから[Comment Spell Checker Extension] → [Spell Check Comments]を実行するだけで、Source Editorに表示されているソースコードのコメント行だけを一括してチェックしてくれるので、興味のある方は利用してみてください。(スペルチェックは英語のみです)
- Comment Spell Checker : 無料 – Mac App Store
- velyan/Comment-Spell-Checker: Xcode extension for spell checking and auto-correcting code comments. – GitHub
コメント