Simple intellij plugin that wraps the features found in fiskeoye. The plugin was developed as part of Ship-It at Statens Pensjonskasse.
IntelliJ Platform version 2023.3 or above.
Clone the project
git clone https://github.com/statens-pensjonskasse/fiskeoye-plugin.git
Build the plugin using gradle wrapper
./gradlew clean buildPlugin
Locate the zip
cd build/distributions/
ls
fiskeoye-plugin-0.0.1.zip
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Fiskeoye" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Before using the fiskeoye-plugin, we must configure the base-url (starting with https://) for fiskeoye using
Settings > Tools > Fiskeoye > Base-url
In order to use the plugin select a piece of code, right click (or use the context menu button) then use Fiskeoye > Search with File Content / File Name
This will result in the fiskeoye window being open (Shortcut ALT + F10), press Enter or click Search.
Double-click item in the list will result in default browser being open with the result.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is governed by the SPK Open Source and Community Code of Conduct. Please make sure you read it.
Plugin based on the IntelliJ Platform Plugin Template.


