Home>Article>Development Tools> How to set up smart prompts in vscode
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.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer, Visual Studio Code version 1.53.2.
Install html css Support
Open
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!