December 2024
Intermediate to advanced
304 pages
8h 57m
English
To better understand the process of setting up Copilot, let’s briefly discuss how the tool works. Since Copilot relies on GPT models that need to rapidly analyze our work and suggest code snippets, it requires a large amount of resources to respond quickly. Therefore, when using Copilot, we don’t install the AI system on our machines; instead, we install plugins that grant us the ability to send our snippets of work to Copilot for processing and to receive recommended code, as demonstrated in figure B.1.
As the diagram demonstrates, we install a plugin into our IDE and grant it access so that the plugin can monitor what we’re typing, send it to Copilot, and then process and ...
Read now
Unlock full access