Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code 如何在VSC中恢复html建议格式?_Visual Studio Code - Fatal编程技术网

Visual studio code 如何在VSC中恢复html建议格式?

Visual studio code 如何在VSC中恢复html建议格式?,visual-studio-code,Visual Studio Code,我不得不将所有的.html文件重命名为.php文件,以便能够在其中编写一点php代码。但是现在当我编写html时,我丢失了所有的“提示建议”代码,例如:当你打开时,它会自动在后面键入(closure)标记。插入图像并执行“。/images/”时也是如此,这将帮助我通过下拉菜单找到路径 如何在.php文件扩展名环境中恢复这些文件?为了解决这个问题,我在vscode中使用了这个扩展名: .VSCode本机不支持此功能。目前有一个问题尚未解决,请检查此问题 您必须使用外部插件,例如: 这是否回答了您的

我不得不将所有的.html文件重命名为.php文件,以便能够在其中编写一点php代码。但是现在当我编写html时,我丢失了所有的“提示建议”代码,例如:当你打开
时,它会自动在后面键入
(closure)标记。插入图像并执行“
。/images/
”时也是如此,这将帮助我通过下拉菜单找到路径


如何在.php文件扩展名环境中恢复这些文件?

为了解决这个问题,我在vscode中使用了这个扩展名:
.

VSCode本机不支持此功能。目前有一个问题尚未解决,请检查此问题

您必须使用外部插件,例如:

这是否回答了您的问题?