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

wa-language-tip

wa

|
38 installs
| (0) | Free
key => value 映射
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

wa-language-tip 多语言提示

功能说明

例

// src/locales/zh-CN.ts (非固定 waLanguageTipSettingPath 可配置地址)
export default {
  message: "hellow",
};

在输入代码时 输入 message 满足 startWith 会提示他的 i18n key 回车直接生成 image 在编辑器中直接显示字符对应的 i18n 默认语言的配置 image

配置说明

  1. waLanguageTipSettingPath 文件放置位置 默认值 src/locales/zh-CN.ts 取值规则

    // 取值优先级 package.json { config: { wa-language-tip: { waLanguageTipSettingPath: '' } } } > 设置->插件
    
  2. 插件全局设置的格式

    [{ key: "login", value: "login", isString: true }];
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft