🌟 A lightweight VSCode extension that shows random inspirational messages in the status bar.
🌟 一个轻量级 VSCode 扩展,可以在状态栏显示随机励志语句。
-
Display custom text or quotes in the VSCode status bar
-
在 VSCode 状态栏显示自定义文本或名言
-
Support for Codicons (e.g.
$(rocket), $ (flame)) -
支持 Codicons 图标(如
$(rocket)、$ (flame)) -
Randomly change message when switching between files
-
切换文件时随机更换消息
-
Fully configurable via settings.json
-
可通过 settings.json 完全自定义
- Install from VSCode Marketplace (coming soon)
- 从 VSCode 插件市场安装(即将上线)
Add your own messages in settings.json:
在 settings.json 中添加自定义消息:
"statusText.messages": [
"$(smiley) Hello World!",
"$(flame) Keep coding!",
"$(zap) Switching files...",
"$(rocket) Blast off!"
]