A lightweight VS Code extension that displays real-time cryptocurrency prices in your status bar.
Features
- Real-time price tracking from OKX.
- Customizable symbol (e.g., BTC-USDT, ETH-USDT).
- Adjustable update interval.
- Color-coded price changes (Green for up, Red for down).
- Tooltip with 24h high/low and last update time.
Configuration
You can configure the following settings in VS Code:
cryptoPrice.symbol: The symbol to track (Default:BTC-USDT).cryptoPrice.interval: Update interval in seconds (Default:30).
How to Run (Development)
- Open the
crypto-price-extensionfolder in VS Code. - Run
npm installin your terminal. - Press
F5to start a new Extension Development Host window. - You should see the crypto price in the bottom-right status bar.