Blogger Information
Blog 19
fans 0
comment 0
visits 10995
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vscode 的安装与配置、emmet语法的应用
可乐
Original
658 people have browsed it

001

vscode 安装与配置

工具来源:vscode官网

下载并安装、配置常用的插件

  1. 下载
    vscode

  2. 安装
    vscode

  3. 插件

    emment 语法

    1. <!--!+table 快速生成文档 -->
    2. <!DOCTYPE html>
    3. <html lang="en">
    4. <head>
    5. <meta charset="UTF-8">
    6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
    7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
    8. <title>Document</title>
    9. </head>
    10. <body>
    11. <!-- 重复标签 a{link}*5-->
    12. <a href="">link</a>
    13. <a href="">link</a>
    14. <a href="">link</a>
    15. <a href="">link</a>
    16. <a href="">link</a>
    17. <!-- 兄弟平级 div+p+a-->
    18. <div></div>
    19. <p></p>
    20. <a href=""></a>
    21. <!-- 上下级 div>p^a -->
    22. <div>
    23. <p></p>
    24. </div>
    25. <a href=""></a>
    26. <!-- 编号 ul>li{table$}*5-->
    27. <ul>
    28. <li>table1</li>
    29. <li>table2</li>
    30. <li>table3</li>
    31. <li>table4</li>
    32. <li>table5</li>
    33. </ul>
    34. <!-- 重复文本 p{文本}*5-->
    35. <p>huawei</p>
    36. <p>huawei</p>
    37. <p>huawei</p>
    38. <p>huawei</p>
    39. <p>huawei</p>
    40. </body>
    41. </html>

    快速生成文档

    重复标签

    兄弟平级

    上下级

    编号

    重复文本

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post