Vscode Remotehub Versions Save

RemoteHub is a proof-of-concept vscode extension that allows for remotely browsing a GitHub repository.

v0.5.0

4 years ago

Added

  • Adds full searching support for remote repositories via Sourcegraph (default) or GitHub — controlled by the remotehub.search setting
    • Supports fuzzy file searching via the quick open menu
    • Supports text search across the remote repository — Note: GitHub's code search is quite limited
    • Requires "remotehub.insiders": true to be set in your settings and you must run VS Code with the --enable-proposed-api eamodio.remotehub command line flag
  • Adds Go to Implementation code intelligence support
  • Adds an Open GitHub Repository in New Window... command (remotehub.openRepositoryInNewWindow) which allows you to search for a remote GitHub repository to open in a new window
  • Adds an Open Current Remote Repository on GitHub... command (remotehub.openCurrentRepositoryOnGitHub) which allows you to open the current repository on GitHub

Changed

  • Renames Clone Opened GitHub Repository... command (remotehub.cloneOpenedRepository) to Clone Current Remote Repository... (remotehub.cloneCurrentRepository)

Fixed

  • Fixes Sourcegraph code intelligence (go to definition, hovers, find references, etc)

v0.2.0

5 years ago

Added

  • Adds ability to use an existing github.accessToken setting in place of remotehub.githubToken
  • Adds a Clone GitHub Repository... command (remotehub.cloneRepository) which allows you to search for a remote GitHub repository to clone
  • Adds a Clone Opened GitHub Repository... command (remotehub.cloneOpenedRepository) which allows you to clone an opened remote GitHub repository

Fixes

  • Fixes issues with symbol search and intermittent failures with hovers and other language features

v0.1.3

5 years ago

Added

  • Adds simple (naive) caching for file system entries (not file contents at this point)

v0.1.1

5 years ago

Fixed

  • Fixes incorrect setting name in README

v0.1.0

5 years ago

Added

  • Adds experimental language services (Go to definition, hovers, references, etc) provided by Sourcegraph
    • NOTE: This will only work on public repositories that are enabled and supported by them
  • Adds a Open GitHub Repository By Owner... command (remotehub.openRepositoryByOwner) to open, in a new workspace, a remote GitHub repository by picking from a list (20 max) of the most popular repositories for the specified user or organization

v0.0.1

5 years ago

Initial POC (proof-of-concept) release -- this is a quick and dirty prototype without any caching or real error handling.