Victor0902's blog

By Victor0902, history, 3 months ago, In English

My IDE updated, now there is Copilot on there ...

It's not too crazy, but it does auto generate code when I'm typing. Most of the times it is kind of like autofill, like the red squiggles that appear when you misspell something, or the blue ones for grammar mistakes. Sometimes it does generator large chunks of code though, like for well know algorithms. I am not giving it any information on the problem I am solving, only what is in the rest of my code and the title of the file. Is this allowed for competition? If not, how do I remove it? I am using visual studio code.

  • Vote: I like it
  • +42
  • Vote: I do not like it

»
3 months ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

Bruh why is this getting downvotes?

Can someone at least tell me why? What am I doing wrong?

»
3 months ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Either use an editor without slopilot or disable it completely. Using AI for minor syntax (something like intellisense) is okay but having it generate large chunks is considered "core logic" and is not allowed

»
3 months ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

On the bottom bar, you should see a button with a robot icon (Idk if its a robot but it looks like one). Click on it and in the "Inline Suggestions" tab, uncheck "All files"