> Neighboring tabs is what we call the technique that allows GitHub Copilot to process all of the files open in a developer’s IDE instead of just the single one the developer is working on. By opening all files relevant to their project, developers automatically invoke GitHub Copilot to comb through all of the data and find matching pieces of code between their open files and the code around their cursor—and add those matches to the prompt.
That's cool, I have wondered to what extent the rest of my codebase is being used for context.
That's cool, I have wondered to what extent the rest of my codebase is being used for context.