Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@eamodio eamodio released this 03 Jun 07:52
· 7 commits to master since this release

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)