Home  >  Article  >  Development Tools  >  vscode cannot automatically complete brackets

vscode cannot automatically complete brackets

王林
王林Original
2020-03-14 15:54:518657browse

vscode cannot automatically complete brackets

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

vscode cannot automatically complete brackets

(recommended learning: java video tutorial)

2. Click Big Bracket setting.json icon, as shown below

vscode cannot automatically complete brackets

##3, search configuration item python.autoComplete.addBrackets

vscode cannot automatically complete brackets

4, Modify the value to true

vscode cannot automatically complete brackets

Recommended related tutorials:

vscode tutorial

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn