Skip to content

Reveal in ... context menu improvement #2155

@gitjoost

Description

@gitjoost

There is "Reveal line in Visual Studio Code" in the diff view context menu. I most commonly use swift in Xcode so that VSCode doesn't do me any good. I you add a Custom Command with Target of this context menu that allows an action something similar:

open -a Xcode $path && osascript -e 'tell application "Xcode" to activate' -e 'tell application "System Events" to keystroke "l" using {command down}' -e 'tell application "System Events" to keystroke $line' -e 'tell application "System Events" to key code 36'

to be specified? That may work with many (any?) other code editor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions