spellcheck が下線で示さない問題を修正。英語原文を表示
spellcheck not underlining a misspelled word typed directly after an emoji変更前
絵文字の直後にタイプされた誤字は、spellcheck によって下線で示されない。
変更後
絵文字の直後にタイプされた誤字も、spellcheck によって下線で示されるようになる。
ユーザーへの恩恵
ユーザーは絵文字を含むテキストでも誤字を検出できる。
object記述場所ユーザー設定または管理者設定入力ボックスのテキストに対してスペルチェックを行い、スペルミスのある単語に下線を引きます。
既定値: unset, so spell checking is off; checker defaults to "auto", the first of the three found on PATH; language defaults to the checker's own dictionary; color defaults to the theme's error color
{
"spellcheck": { "enabled": true, "language": "en_GB" }
}checker は PATH で見つかった最初のものにデフォルト("auto")language はチェックャーの辞書にデフォルト、color はテーマのエラー色にデフォルト--settings、ユーザー設定の順に優先されますUnderline misspelled words in the prompt input as you type, using a spell checker you install. Claude Code checks only the text in the input box. [Check spelling as you type](/docs/en/interactive-mode#check-spelling-as-you-type) covers installing aspell, hunspell, or ispell and what the checker covers. Requires Claude Code v2.1.235 or later.
spellcheck が下線で示さない問題を修正。spellcheck not underlining a misspelled word typed directly after an emoji変更前
絵文字の直後にタイプされた誤字は、spellcheck によって下線で示されない。
変更後
絵文字の直後にタイプされた誤字も、spellcheck によって下線で示されるようになる。
ユーザーへの恩恵
ユーザーは絵文字を含むテキストでも誤字を検出できる。
spellcheck setting that underlines misspelled words in the prompt input as you type, using your installed aspell, hunspell, or ispell変更前
プロンプトを入力する際、スペルミスがあっても画面上で強調表示されないため、送信するまで誤字に気づきにくい状況だった
変更後
利用環境にインストールされている aspell、hunspell、または ispell を使用して、入力中のスペルミスのある単語の下にリアルタイムで下線が表示されるようになる
ユーザーへの恩恵
プロンプト内の誤字やタイポに送信する前に気づくことができるようになる