Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Github copilot use single quotes

how to make Github copilot use single quotes instead of double quotes ? I checked the VSCode settings and can't find it

like image 286
Docmaillou Avatar asked Jul 20 '26 22:07

Docmaillou


1 Answers

GitHub copilot adapt to your coding practices,so, just keep writing code and it will start suggesting single quotes after some lines or you can explicitly ask in comment to use single quotes.

like image 184
Chirag Singhal Avatar answered Jul 22 '26 20:07

Chirag Singhal