Skip to content

tassyguy/VSCrypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocks

Keep an eye on your stocks while using VS Code, with the "Stocks" extension.

Features

Add as many stock symbols as you like to the status bar, and they will be updated every 60 seconds. Just set vscode-stocks.stockSymbols to an array of stock symbols to monitor. Example:

"vscode-stocks.stockSymbols": [
    "msft",
    "aapl"
]

It can show symbols color-coded by gain/loss with the setting vscode-stocks.useColors.

Disclaimer

By reading this, you agree not to sue me.

About

Watch stock prices from the VS Code status bar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%