A VS Code extension that shows curated developer content directly inside the IDE.
- Scrollable list of blog titles with images & short description
- Click to open full article in WebView or browser
- Daily refresh
- Bookmark / Favorite articles
- Offline cache
- Optional notifications
- Clone this repository
- Run
npm install - Run
npm run compile - Open VS Code and press
F5to launch the extension in development mode
- Open the Daily.dev panel from the Activity Bar
- Click "Refresh" to fetch new articles
- Click "Read Full" to open articles in browser
- Click "Bookmark" to save articles for later
- Extension code is in
src/ - WebView assets are in
media/ - Icons are in
assets/
- Run
vsce packageto create a.vsixfile - Run
vsce publishto publish to VS Code Marketplace# Daily.dev_vscode
