When I write the code, the hint will show up and I just have to press enter. For example when type print and enter I will get print(). But after updating vscode there is no more () ? people got ocd like me are uncomfortable 🙁
I want to bring my brackets again
2
Answers
If you go to settings then type in
bracket
in the search bar. This may provide you with a way to turn them back on. Not sure though I looked and couldn’t find something obvious.Are you trying to achieve this effect?
Add the following configuration to settings.json:
Or search for
python.analysis.completeFunctionParens
in Settings and check itExplanation of this setting