Skip to content

OwnderDuck/tippop-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tippop Vscode

GitHub Repository

🌟 A lightweight VSCode extension that shows random inspirational messages in the status bar.
🌟 一个轻量级 VSCode 扩展,可以在状态栏显示随机励志语句。


✨ Features / 功能

  • 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 完全自定义


📦 Installation / 安装

  • Install from VSCode Marketplace (coming soon)
  • 从 VSCode 插件市场安装(即将上线)

⚙️ Configuration / 配置

Add your own messages in settings.json:
在 settings.json 中添加自定义消息:

"statusText.messages": [
  "$(smiley) Hello World!",
  "$(flame) Keep coding!",
  "$(zap) Switching files...",
  "$(rocket) Blast off!"
]

📜 License / 许可证

MIT License © 2025 OwnderDuck

About

Show custom text in the VSCode status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors