简体   繁体   English

如何在Visual Studio代码编辑器中使用Spinet

[英]How to work with spinet in visual studio code editor

New code editor is good. 新的代码编辑器很好。 We need some basic and easy way to work with this editor. 我们需要一些基本且简单的方法来使用此编辑器。 Can anyone tell me how to achieve or manipulate some snippets like "html" in code ? 谁能告诉我如何在代码中实现或操纵诸如“ html”之类的代码段?

Check the documentation here . 此处检查文档。 You can use Emmet abbreviations to insert snippets. 您可以使用Emmet的缩写来插入代码片段。 For example, in a html file, type "!" 例如,在html文件中,键入“!”。 + TAB to create the HTML5 base structure. + TAB创建HTML5基本结构。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio编辑器中进行自定义 - How to do customization in Visual Studio Editor Visual Studio Code “editor.showUnused”:true 不起作用 - Visual Studio Code “editor.showUnused”: true not working 是否有在 Visual Studio Code 中插入基本 html 编辑器页面的快捷方式? - Is there a shortcut to insert a basic html editor page in Visual Studio Code? 如何在 Visual Studio 中用注释注释 html 代码 - How to comment html code with comments in Visual studio Visual Studio Code With JS 报错,如何解决? - Error in Visual Studio Code With JS, how to solve? 在 Visual Studio Code 编辑器中的 php 文件中对 html、css 使用 Emmet 功能 - Using Emmet feature for html, css within php file in Visual Studio Code editor 在每个标记属性上中断行并在Visual Studio HTML代码编辑器中保持它们对齐 - Break line on each tag attribute and keep them aligned in Visual Studio HTML code editor 如何在 Visual Studio 代码上混合/添加 Javascript 代码到 Html 代码? - How to mix/add Javascript code to Html code on Visual studio code? HTML 中的 Visual Studio 代码“转到定义”不起作用 - Visual Studio Code “Go To Definition” in HTML does not work Emmet 扩展缩写在具有属性的 Visual Studio Code 中不起作用 - Emmet expand abbreviation doesn't work in Visual Studio Code with the attributes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM