Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>xsyx-atomstyle-tipNew to Visual Studio Code? Get it now.
xsyx-atomstyle-tip

xsyx-atomstyle-tip

kael23

|
11 installs
| (0) | Free
用于提示atomStyle的内置
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

xsyx-atomstyle-tip

用于 atomStyle 2.0 的智能提示。提示出来的原子化类名,都是已经注册好了的。支持动态识别的类型,如果提示中无目标值,可以自行定义。 当前插件也接入了 @xsyx/wx-xwxs 智能提示,可以在wxml文件里通过使用 X_WXS 来使用内置的wxs能力。

Tips

  • 当前插件未生效时
    • 方案一:或者点击右下角,把文件类型切换成 HTML
    • 方案二:在 vscode.setting.json 文件中,把配置 "files.associations[*.wxml]": html。
      • 使用Ctrl + Shift + P(Windows) 或 Cmd + Shift + P(Mac) 打开 命令面板。
      • 输入 Preferences: Open Settings (JSON) ,按下回车打开 setting.json文件
      • 增加下面的配置
    "files.associations": {
        "*.wxml": "html"
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft