For projects with git repos in the base, it allows you to copy the current file's path on the master branch, and open that with the default browser.
Handy when you want to open a file in Intellij and then share the github link (including line number) with someone else.
You'll need to set this up as any other plugin, see IntelliJ's tutorials.
- right click on the plugin module and choose: "Prepare plugin module 'copy-as-github-path-plugin' for Deployment"
- this creates a zip, which you upload to Jetbrains.
- Build as before, but copy the extracted zip into
~/Library/Application Support/IntelliJIdeaXX
, where XX is your current version of Intellij.
- Report them on github's issue tracker.