Home  >  Article  >  Development Tools  >  How to set up smart prompts in vscode

How to set up smart prompts in vscode

醉折花枝作酒筹
醉折花枝作酒筹Original
2021-04-27 17:57:5113873browse

Method: First install "html css Support"; then open "Management" - "Settings" at the bottom of the page; then click "Workbench", find and click the "Edit in settings.json" option; finally Just enter "editor.parameterHints" and other codes in the file.

How to set up smart prompts in vscode

The operating environment of this tutorial: Windows 7 system, Dell G3 computer, Visual Studio Code version 1.53.2.

Install html css Support

How to set up smart prompts in vscode

Open

How to set up smart prompts in vscode
How to set up smart prompts in vscode
Add code

“editor.parameterHints”: true,
 “editor.quickSuggestions”: {
 “other”: true,
 “comments”: true,
 “strings”: true}`

Recommended study: "vscode tutorial"

The above is the detailed content of How to set up smart prompts in vscode. 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