Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>VV React IntlNew to Visual Studio Code? Get it now.
VV React Intl

VV React Intl

Kolf

|
27 installs
| (1) | Free
一个国际化的插件,提高您摸鱼效率
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🐤 VV React Intl

微微国际化 VS Code插件工具。检测并高亮代码中的中文、支持一键提取中文字符串到对应的语言、支持搜索中文,提示对应的中文等功能

如何使用

VS Code 插件搜索 VV React Intl 安装

功能演示

演示

配置项

{
    // 多语言文件的位置, 将根据目录内的多语言文件提取对应语言(默认为中文`zh-CN`)高亮
    "vv-react-intl.langPrefix": "src/locales/zh-CN/",
    // 待扫描的文件类型,可以基于 [minimatch](https://github.com/isaacs/minimatch) 规则进行自定义
    "vv-react-intl.intlFilesPattern": "src/!(locales)/**/*.+(js*|html|ts*)",
    // 是否标红中文字符串,默认开启
    "vv-react-intl.markStringLiterals": true,
    // 右侧滚动条中,是否显示对应的待提取中文高亮
    "vv-react-intl.showOverviewRuler": true
}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft