A developer hears that neighbouring tabs influence Copilot's inline suggestions and wants to understand the mechanism. Which statement best describes how neighbouring tabs contribute to context?
- ANeighbouring tabs are uploaded to train the underlying model, so over time the suggestions in the active file reflect what was learned from those tabs.
- BCopilot looks at relevant code in the developer's other open tabs and uses it as additional context when generating suggestions for the active file. Correct
- CNeighbouring tabs are scanned only after a content exclusion rule names them, because tabs are otherwise blocked from contributing any inline context.
- DNeighbouring tabs matter only on a Copilot Enterprise seat, where the editor is permitted to read more than the single file currently in focus.
Why A is wrong: Copilot Business and Enterprise content is not used to train the models, and neighbouring tabs inform live context rather than being absorbed into training.
Why B is correct: Correct: neighbouring tabs hold other open files whose relevant code Copilot draws on as nearby context, sharpening suggestions in the file being edited.
Why C is wrong: Content exclusions remove files from context rather than enable tabs; open tabs contribute context by default without any exclusion rule being declared.
Why D is wrong: Using nearby open tabs for context is part of the core editor experience across plans and is not a capability gated behind a Copilot Enterprise seat.