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

lavi

hanfengv

|
1 install
| (0) | Free
txt reader
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

lavi README

常用插件

Features

  1. 计算选中区域 calc
  2. 翻译选中区域 translate
  3. 打开当前文件的同级文件 fileSibling

Extension Settings

/** 翻译配置 */
type TranslateConfig = {
  /** 百度翻译 应用ID */
  appid?: string;
  /** 百度翻译 密钥 */
  key?: string;
  /** 最大翻译字符数 0-2000 @default 100 */
  maxLength?: number;
  /** 是否开启语音朗读 */
  speak?: boolean;
};
/** 
 * 插件配置项
 */
export type LaviConfigs = Map<'translate', TranslateConfig>;

Known Issues

null

Release Notes

see CHANGELOG.md

发版

nr publish (需要登录 vsce login hanfengv)

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