Skip to content

Abandoned project! Post workarounds here #18

Description

@raveren

I wish this gets closed as misleading but at the time of writing this seems true, the excellent plugin is fully abandoned with no real alternative.

EDIT: fixed plugin version for 2025 is here:
#17 (comment)


Poor man's workaround

So if you can't live without this as can't I, here's a workaround for Windows.

Requires autohotkey v2:

; taken from https://gist.github.com/raveren/bac5196d2063665d2154/edit
#HotIf WinActive("ahk_exe phpstorm64.exe")
    ; Hold left mouse button and click the right one to (attempt to) open the defiition in opposite pane
    ~LButton & RButton::{
        Click
        Sleep(50)
        SendInput("!g") ; mapped to "Open in opposite group"
        Sleep(50)
        SendInput("^b") ; go to definition
    }
#HotIf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions