vscode’s python code completion plug-in does not automatically complete brackets when installed by default. So how to solve this problem?
1. Open the setting interface
(recommended learning: java video tutorial)
2. Click Big Bracket setting.json icon, as shown below
##3, search configuration item python.autoComplete.addBrackets 4, Modify the value to true Recommended related tutorials:The above is the detailed content of vscode cannot automatically complete brackets. For more information, please follow other related articles on the PHP Chinese website!