Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>randomStr 状态栏的随机字符串New to Visual Studio Code? Get it now.
randomStr 状态栏的随机字符串

randomStr 状态栏的随机字符串

zdldove

|
151 installs
| (1) | Free
常驻状态栏,点击生成随机字符串(大小写英文 + 数字)到剪切板的玩意
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

randomStr

randomStr

详细介绍

在状态栏,自己找.

配置项

{
    // 第一个字节必然是字母
    "randomstr.firstWordEnglish": true,
    // 随机字符串含数字
    "randomstr.needNum": true,
    // 随机字符串长度
    "randomstr.size": 16,
    // 结果转换成大写字母,优先级低
    "randomstr.transformToUpperCase": true,
    // 结果转换成小写字母,优先级高
    "randomstr.transformToLowerCase": true,
    // 对齐方式 1.左 2.右
    "randomstr.align": 1,
    // 状态栏标题: true.随机字符串作为标题 false.获取下面的字符串作为标题
    "randomstr.titleRandom": false,
    // 状态栏自定义标题
    "randomstr.title": "copy randomStr",
}

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