Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Completion while typing not working

オープン
#616 コメント 3 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
macos, swift

調査の方向性

ログに記載されている唯一のソースファイルである Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift から始め、報告された streamChoices と ghostText のメッセージを completion フローと比較してください。記載されている Copilot for Xcode、Xcode、macOS のバージョンを使って問題を再現してください。入力中に completion の候補が表示され、通常どおり受け入れられれば完了です。

索引モデルが issue の本文から書いたものです。

説明

reviewed

Describe the bug

Versions

  • Copilot for Xcode: 0.44.151
  • Xcode: 26.2
  • macOS: 26.1

Completion while typing is not working, with the following logs

[2025-11-12T02:52:44.767Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] choice { text: '\n', index: 1, finish_reason: null }",
"type" : 4
}
[2025-11-12T02:52:44.767Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] choice { text: '\t', index: 1, finish_reason: 'stop' }",
"type" : 4
}
[2025-11-12T02:52:44.767Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] solution 1 returned. finish reason: [stop]",
"type" : 3
}
[2025-11-12T02:52:44.767Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] solution 1 details: finishOffset: [undefined]",
"type" : 4
}
[2025-11-12T02:52:44.769Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] chunk data: [DONE]\n\n",
"type" : 4
}
[2025-11-12T02:52:44.769Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] request done: headerRequestId: [de272066-308c-4643-9fb4-0b5478083229] model deployment ID: []",
"type" : 4
}
[2025-11-12T02:52:44.769Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[streamChoices] request stats: ChunkStats {\n choices: Map(3) {\n 0 => ChoiceStats { yieldedTokens: 3, seenTokens: 3 },\n 1 => ChoiceStats { yieldedTokens: 3, seenTokens: 3 },\n 2 => ChoiceStats { yieldedTokens: 3, seenTokens: 3 }\n }\n}",
"type" : 4
}
[2025-11-12T02:52:44.769Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[ghostText] Produced 0 results from cycling at -1 offset",
"type" : 4
}
[2025-11-12T02:52:44.769Z] [info] [GitHubCopilot] [90407] didChangeStatus: {
"kind" : "Normal",
"busy" : false
}
[2025-11-12T02:52:44.770Z] [info] [GitHubCopilot] [90407] window/logMessage: {
"message" : "[getCompletions] No ghostText produced -- empty: no completions in final result",
"type" : 4
}
[2025-11-12T02:52:50.241Z] [debug] [Service] [90407] TabToAcceptSuggestion: Deactivate.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 15
function: TabToAcceptSuggestion
[2025-11-12T02:52:50.328Z] [info] [Service] [90407] Extension Service is not updated, no need to quit.

主要言語
Swift
スター
6.3k
フォーク
2k
平均マージ
3日 21時間
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/CopilotForXcode のほかの issue

github/CopilotForXcode の issue をすべて見る

似ている issue

Swift の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。