Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>fireTipsNew to Visual Studio Code? Get it now.
fireTips

fireTips

ranshaw

|
34 installs
| (1) | Free
读取国际化语言包,在代码提示中英文插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

fireTips

【公司内部使用,其他项目慎用】多语言提示插件

Features

读取指定文件夹内定义的配置文件,文件格式为.js,数据格式为JSON,在代码中鼠标hover过定义的key值,会提示相应的value值,

Extension Settings

支持在vscode的setting.json中添加配置,下面为默认值

{
    fireTips.rootPath: [ "/src/locals/" ], // 多语言目录,如果有多个,可以自定义
    fireTips.zhFilePathName: "zh_CN", // 中文多语言包目录
    fireTips.enFilePathName: "en_US", // 英文多语言包目录
}

QA

value值为变量或存在变量的无法提示

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