How to change TabNine to use single quotes in the Python suggested code

93 Views Asked by At

I just started using TabNine for python in VS Code. It makes some great suggestions. However, it always uses double quotes for the string constants. For me this is irksome. All the other code in my project is using single quotes. Is there a way to tell the AI to please use single quotes for strings?

0

There are 0 best solutions below