Skip to content

4gray/vsc-github-trending

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2021
Mar 19, 2019
Mar 19, 2019
Sep 12, 2019
Jan 16, 2021
Aug 31, 2019
Jan 16, 2021
Sep 3, 2019
Jan 16, 2021
Jan 16, 2021
Aug 31, 2019
Mar 19, 2019
Mar 19, 2019
Sep 22, 2019
Jan 16, 2021
Mar 19, 2019
Mar 19, 2019
Jan 16, 2021
Jan 6, 2023

Repository files navigation

VSC Github Trending

Version Installs Downloads Actions Status

Explore Github Trending repositories directly from Visual Studio Code. Extension is based on React, Material-UI, Trending API and VSCode Webview API.

Usage

Just press Ctrl+P or Cmd+P and type:

> GT: Open Github Trending

Install

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install 4gray.vsc-github-trending

Extension is available on VS Code Marketplace

Usage and configuration

Use vsc-github-trending.languages option to set list of preferred languages which should be displayed in the extension, e.g.:

"vsc-github-trending.languages": [
    "c++"
    "css"
    "java",
    "javascript",
    "go",
    "python",
    "ruby",
    "rust",
    "typescript"
  ],
...

Note: See list of all supported languages (use urlParam for configuration)

Selected language and time interval could also be configured, e.g.:

"vsc-github-trending.selectedInterval": "daily",
"vsc-github-trending.selectedLanguage": "javascript",
...

Source Code

Source code of this extension is available on Github.

Credits