Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>.ttmlNew to Visual Studio Code? Get it now.
.ttml

.ttml

tinolee

|
3,490 installs
| (2) | Free
抖音小程序ttml代码提示
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

抖音小程序 ttml

使VSCode 编写 ttml 语法支持及代码片段

github地址

https://github.com/Tinolee615/ttml

安装

  1. 编辑器Extensions搜索 ttml。
  2. 点击安装

使用方法

键入关键词,然后回车。关键词不区分大小写

示例

  • view

    <view>
    
    </view>
    
  • swiper

    <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
        <block tt:for="{{imgUrls}}">
            <swiper-item>
                <image src="{{item}}" class="slide-image" />
            </swiper-item>
        </block>
    </swiper>
    
    
  • ttfor

    tt:for="{{items}}"
    

...

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft