Home  >  Article  >  Development Tools  >  vscode sets automatic completion of function brackets in python code

vscode sets automatic completion of function brackets in python code

王林
王林Original
2019-12-16 14:45:018374browse

vscode sets automatic completion of function brackets in python code

1. Open the setting interface

vscode sets automatic completion of function brackets in python code

2. Click the braces setting.json icon, as shown below:

vscode sets automatic completion of function brackets in python code

3. Search for the configuration item python.autoComplete.addBrackets

vscode sets automatic completion of function brackets in python code

4. Modify the value to true

vscode sets automatic completion of function brackets in python code

Note: Click the small pen button to modify. The left panel cannot be modified. After the modification is completed, the modified field will be added to the user settings

vscode sets automatic completion of function brackets in python code

Configuration completed!

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of vscode sets automatic completion of function brackets in python code. 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