Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github Copilot To Add Code instead Comments?

Using github copilot, whenever it processes a comment and tab and enter is pressed it just creates the same comment over and over again.

I want it to provide code. How?

like image 420
Maybe Lindow Avatar asked Sep 05 '25 03:09

Maybe Lindow


1 Answers

Go on new line after comment, and start typing what you want to create. In your case type def and wait a while. If not enough give the function name and wait a while again.

like image 90
Atzuki Avatar answered Sep 08 '25 01:09

Atzuki