how can I turn on snippets and html code formater in .tpl files? I will using Vscode to edit PrestaShop files where is a lot of html code inside .tpl files.
Format html code inside .tpl file
You can try these steps:-
".tpl"
files, can be done by following these steps:This tells Visual Studio Code to associate the ".tpl" file type with the "html" language mode.
.html
to work with the html code formatter.