- Fixed an issue that prevent the latest version of the plugin to work with JetBrains 2022.1 products.
- Upgrade JetBrains IntelliJ shell to 1.3.1 and modernize the build and release pipeline.
- It is now possible to configure the plugin per-repository using a
.idea/sourcegraph.xml
file. See the README for details. - Special thanks: @oliviernotteghem for contributing the new features in this release!
- Fixed bugs where Open in Sourcegraph from the git menu does not work for repos with ssh url as their remote url
- Added "Open In Sourcegraph" action to VCS History and Git Log to open a revision in the Sourcegraph diff view.
- Added "defaultBranch" configuration option that allows opening files in a specific branch on Sourcegraph.
- Added "remoteUrlReplacements" configuration option that allow users to replace specified values in the remote url with new strings.
- The search menu entry is now no longer present when no text has been selected.
- When on a branch that does not exist remotely,
master
will now be used instead. - Menu entries (Open file, etc.) are now under a Sourcegraph sub-menu.
- Added a "Copy link to file" action (alt+c / opt+c).
- Added a "Search in repository" action (alt+r / opt+r).
- It is now possible to configure the plugin per-repository using a
.idea/sourcegraph.xml
file. See the README for details. - Special thanks: @oliviernotteghem for contributing the new features in this release!
- Fixed an error that occurred when trying to search with no selection.
- The git remote used for repository detection is now
sourcegraph
and thenorigin
, instead of the previously poor choice of just the first git remote.
- Updated the search URL to reflect a recent Sourcegraph.com change.
- Added support for using the plugin with on-premises Sourcegraph instances.
- Basic Open File & Search functionality.