An open API service indexing awesome lists of open source software.

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

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

![extension](images/extension.png)

* History of download count

![history](images/history.png)

* Extension leaderboard

![leaderboard](images/leaderboard.png)

* Integrated VS Code Marketplace

![marketplace](images/marketplace.png)

## 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.