settings.json

emojiCompletionEnabled

プロンプト入力時に「:」に続くショートコードから絵文字の候補を表示し、変換を行う機能を有効化します。

使い方・用途

  • デフォルト値は true です。
  • 不要な場合は false に設定することで、候補表示と自動置換の両方を無効化できます。
英語原文(公式ドキュメントより)

Show emoji suggestions when you type : plus a shortcode in the prompt input, and replace a completed shortcode such as :heart: with its emoji (default: true). Set to false to disable both. Requires Claude Code v2.1.217 or later. See https://code.claude.com/docs/en/interactive-mode#emoji-shortcodes

関連ドキュメント

関連する変更履歴

v2.1.217(1件)

Added
プロンプト入力欄で絵文字のショートコード入力によるオートコンプリート機能を追加しました。
英語原文を表示
Added emoji shortcode autocomplete in the prompt input: type :heart: to insert ❤️, or :hea for suggestions — disable with the emojiCompletionEnabled setting

変更前

絵文字を入力する際に、ショートコードを手動で完全にタイピングする必要がありました。

変更後

:heart:と入力して❤️に変換したり、:heaのような部分一致でサジェストを受けられるようになりました。

ユーザーへの恩恵

絵文字を探してコピー&ペーストする手間がなくなります。