文件名称:vscode-lit-html:在JavaScript和TypeScript标记的模板字符串中为html添加语法突出显示
文件大小:2.79MB
文件格式:ZIP
更新时间:2024-05-22 07:01:19
JavaScript
在JavaScript和TypeScript标记的模板字符串(例如在和其他框架中使用)中添加了对html的语法突出显示和语言支持。 特征 内联html块的语法高亮显示。 html标记和属性的IntelliSense。 标签上的快速信息悬停。 格式支持。 自动关闭标签。 折叠html。 样式块中CSS补全。 与包含占位符的文字html字符串一起使用。 用法 lit-html扩展为JavaScript和TypeScript中的lit-html模板字符串添加了突出显示和IntelliSense。 当您使用VS Code的内置TypeScript版本时,它即开即用。 如果您使用的是VS Code 1.30或更早并且 ,则当前必须按照手动配置TS Server插件 配置 您可以按照所述使用tsconfig或jsconfig配置此插件,也可以使用VS Code配置该插件。 这需要VS
【文件预览】:
vscode-lit-html-master
----.gitignore(59B)
----package.json(5KB)
----syntaxes()
--------lit-html-style-injection.json(228B)
--------lit-html.json(1KB)
--------lit-html-svg.json(1KB)
--------lit-html-string-injection.json(214B)
----package-lock.json(52KB)
----src()
--------index.ts(2KB)
--------test()
----.travis.yml(274B)
----schemas()
--------tsconfig.schema.json(2KB)
----.vscodeignore(90B)
----LICENSE(1KB)
----CHANGELOG.md(3KB)
----tsconfig.json(320B)
----README.md(2KB)
----.vscode()
--------launch.json(497B)
----docs()
--------logo.svg(866B)
--------example.gif(2.85MB)
--------logo.png(2KB)
----test()
--------colorize-fixtures()
--------index.js(577B)
--------colorization.test.js(3KB)
--------colorize-results()