Sourcegraph for JetBrains IDEs JetBrains Plugin

The plugin works with all JetBrains IDEs including:

Installation

Configuring for use with a private Sourcegraph instance

The plugin is configurable globally by creating a sourcegraph-jetbrains.properties in your home directory. For example, modify the following URL to match your on-premises Sourcegraph instance URL:

url = https://sourcegraph.example.com

You may also choose to configure it per repository using a .idea/sourcegraph.xml file in your repository like so:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
    <component name="Config">
        <option name="url" value="https://sourcegraph.example.com" />
    </component>
</project>

By default, the plugin will use the origin git remote to determine which repository on Sourcegraph corresponds to your local repository. If your origin remote doesn't match Sourcegraph, you may instead configure a sourcegraph Git remote which will take priority.

Questions & Feedback

Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issues/new

Uninstallation

Development

Version History

v1.2.0

v1.1.2

v1.1.1

v1.1.0

v1.0.0