我試圖格式化HTML:如何在Visual Studio代碼
- ALT + SHIFT + F
- CTRL + K,Ctrl + d
- CTRL + K,CTRL + F
另外,當我通過CTRL + SHIFT + P搜索格式時,沒有搜索結果。
我試圖格式化HTML:如何在Visual Studio代碼
另外,當我通過CTRL + SHIFT + P搜索格式時,沒有搜索結果。
在Windows上,代碼格式化是VSCode可通過快捷鍵Shift + Alt + F.
在Mac上,它可通過快捷鍵或Shift + Option + F.
在Ubuntu上,它是按Ctrl + Shift + i。
問題是,如果文件具有PHP擴展名(index.php),Visual Studio代碼將不會格式化HTML。我將發佈一個包含此信息的新問題。
http://stackoverflow.com/questions/29973357/how-do-you-format-code-in-visual-studio-code-vscode –
https://code.visualstudio.com/Docs/languages/html –