The specific method is as follows:
1. Create a new html file;
2. Fill in "!" in the editor window, remember, only An English exclamation mark;
3. Then press the "Tab" or "Enter" key
(recommended related tutorials: vscode tutorial)
The page will be filled in automatically, and the filled content is as follows:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> </body> </html>
For more programming-related content, please pay attention to the Programming Introduction column on the php Chinese website!
The above is the detailed content of How vscode fills html content quickly like pycharm. For more information, please follow other related articles on the PHP Chinese website!