A plugin for Github's Atom editor that integrates with srclib and the Sourcegraph API.
- Jump To Definition
- See Documentation
- Find Usage Examples on Sourcegraph
This plugin requries that the srclib tool is installed, as well as the language toolchains for the individual languages that you wish to use.
Follow the srclib installation instructions here.
To install from APM you can either install from command line:
apm install sourcegraph-atom
or open Atom and go to Preferences > Packages
, search for sourcegraph-atom
, and install it.
This plugin queries Sourcegraph. Your private code is never uploaded, but information about the identifier under the cursor is used to construct the query. This includes information such as the clone URL of the repository you're currently in, the filename and character position, and the name of the identifier's definition.