具体方法如下:
1、新建html文件;
2、在编辑器窗口填写“!”,记住,只需要一个英文的叹号;
3、然后按下“tab”或者“enter”键
(相关教程推荐:vscode教程)
页面就会自动完成填充,填充内容如下所示:
<!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>
更多编程相关内容,请关注编程入门栏目!
以上就是vscode如何像pycharm一样快速填充html内容的详细内容。