Question 015
### What does GitHub Copilot analyze to offer relevant suggestions as you are developing new code?
> https://docs.github.com/en/copilot/using-github-copilot/best-practices-for-using-github-copilot#guide-copilot-towards-helpful-outputs
1. [ ] Analyzes the context in all files within the repository.
1. [x] Analyzes the context in the current file and related files.
1. [ ] Analyzes only the context within the current file.
1. [ ] Analyzes only the context within the current line of code.