GitHub Copilot Certification — Question 1
What method can be used to interact with GitHub Copilot?
Answer options
- A. By using a property configured GitHub CLI
- B. By using chat capabilities in NeoVim
- C. From a watch window in an IDE debug session
- D. From a web browser at https://github.copilot.com
Correct answer: B
Explanation
The correct answer is B because GitHub Copilot can be interacted with through chat features available in NeoVim. The other options do not provide direct interaction with Copilot; for example, the GitHub CLI does not facilitate direct communication, and IDE debug sessions and web browsers serve different purposes.