Hello, i am a python dev.
I like the feeling to get double parenthesis and brackets on key press.
But now, i get only a single curly brace , it is uncomfortable.
Could you please provide double curly braces instead ?
thank you so much for you excellent tool.
EDIT : this behaviour comes when i am writting f-string
print( ==AUTO==> print()
print(") ==AUTO==> print("")
print("{") ----> here it lacks auto adding the closing curly brace.