|
|
|
|
|
by divan
662 days ago
|
|
Thanks! "Nearby edits" mean edits in the same file or the whole workspace? I test Copilot Workspace from time to time, it's still far from perfect, but it already can make large-scale codebase changes across multiple files in a repository. Ultimately that's what I want from an AI assistant on my machine - give a prompt and see changes in all repo, not just current file. |
|
For the autocomplete, in the same file. So proposing adding more logging when you add a few statements, changing an error check, adding something to the class def or constructor.
They do have a multi-file editing thing called "composer" I think, which I used to make larger changes to an app (e.g. add a new page that lists all the X, and it creates that and the links to it in the other pages).
You might also be interested in aider https://github.com/paul-gauthier/aider for larger changes.