I ended my 1.5-year GitHub Copilot subscription after using it for only about a month. It’s great, but recently when I use the ‘Apply’ button in the chat, it becomes very inconvenient, especially when my source code gets too long. The AI often replaces useful, unrelated parts of my code with comments like {/*... other header content...*/}
or //...other properties...
when updating a portion of the code.
If I hit the ‘Apply’ button, the incomplete code from the chat overwrites my entire code! It only shows the changes, but removes the untouched parts of my code, replacing them with comments. This doesn’t happen often, but when it does, it’s frustrating because I have to hit ‘Reject’ and manually compare the changes to add them myself.