Search code examples
visual-studio-codegithub-copilot

Why does Github Copilot label method arguments?


I was using Github Copilot to generate integers to add to an ArrayList, but for some reason it adds e: before the argument

enter image description here

I've been using Copilot for a while, but I've never encountered this. Why does this happen?


Solution

  • That’s just how Visual Studio Code renders subroutine calls by default.