https://github.com/formulahendry/vscode-extension-leaderboard
Data insight for popular extensions, history of download count and extension leaderboard
https://github.com/formulahendry/vscode-extension-leaderboard
Last synced: about 1 year ago
JSON representation
Data insight for popular extensions, history of download count and extension leaderboard
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-extension-leaderboard
- Owner: formulahendry
- Created: 2016-11-29T08:39:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T05:45:29.000Z (over 9 years ago)
- Last Synced: 2025-06-08T20:04:51.529Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.extension-leaderboard
- Size: 498 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Extension Leaderboard
Data insight for popular extensions, history of download count, extension leaderboardI, and integrated VS Code Marketplace
## Usage
To show extension leaderboard, use shortcut `Ctrl+Alt+L`, or press `F1` and then select/type `Show Extension Leaderboard`
## Features
* Popular extension list

* History of download count

* Extension leaderboard

* Integrated VS Code Marketplace

## Telemetry data
By default, anonymous telemetry data collection is turned on to understand user behavior to improve this extension. To disable it, update the settings.json as below:
```json
{
"extension-leaderboard.enableAppInsights": false
}
```
## Change Log
See Change Log [here](CHANGELOG.md)
## Issues
Submit the [issues](https://github.com/formulahendry/vscode-extension-leaderboard/issues) if you find any bug or have any suggestion.
## Contribution
Fork the [repo](https://github.com/formulahendry/vscode-extension-leaderboard) and submit pull requests.