/SourceJump

📇 Find contextually similar OSS code without leaving your IDE!

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

SourceJump

Usage

Select some text in the editor and press Ctrl+' to fetch similar results to the highlighted text sorted by contextual similarity.

sourcejump

SourceJump will search GitHub for matching substrings, and display the results, sorted by semantic similarity to the cursor context.

Configure

SourceJump will need you to provide a Github Personal Access token. Generate a new one and paste the token into Settings | Tools | SourceJump | GitHub token.

Building

To build the plugin, run the following command from the parent directory:

./gradlew buildPlugin