Recognizing GitHub Copilot's Strengths and Limitations
Question 1 of 4
You're refactoring a large Unity project and rename a core class called `PlayerData` to `PlayerProfile` in its own file. This class is referenced by 15 other scripts. What should you expect from GitHub Copilot's inline suggestions after you rename the class in its file?
Copilot will automatically refactor all 15 files.
Copilot will ask you to select which files to update.
Copilot will do nothing; the other 14 files will have errors.
Copilot will generate a new component to manage the change.