DEV Community

Tomohiro Endo
Tomohiro Endo

Posted on

Introducing VSCode News Headline

Have you ever found yourself wanting to stay informed about the latest world events while writing code in a programming editor like Visual Studio Code? Here's a plugin that displays news headlines on the status bar of VS Code.

https://marketplace.visualstudio.com/items?itemName=TomohiroEndo.newsheadlines

Image description

Although it can only accept RSS 2.0, you have the flexibility to add any news sources in the settings.

"newsheadlines.newsSource": [
    "https://news.google.com/rss/search?q=inurl:www.reuters.com&hl=en-US&gl=US&ceid=US:en",
    "https://news.google.com/rss/search?q=inurl:www.cnn.com&hl=en-US&gl=US&ceid=US:en",
]
Enter fullscreen mode Exit fullscreen mode

Here is the default setting. By adding or editing URLs, you can receive news updates on the status bar.

My colleague has used it and mentioned that this tool is great for taking a break when he becomes slightly fatigued from coding.

I hope it brings you some enjoyment.

Top comments (0)

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay