Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GitHub Actions JumperNew to Visual Studio Code? Get it now.
GitHub Actions Jumper

GitHub Actions Jumper

kyo-ago

|
1 install
| (0) | Free
Jump to GitHub Actions referenced files with Ctrl+Click
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitHub Actions Jumper

VSCode Extension

A VSCode extension that enables Ctrl+Click (Cmd+Click on Mac) navigation to action files referenced by uses in GitHub Actions workflow files.

Features

  • Navigate to referenced action files by Ctrl+Click (Cmd+Click on Mac) on uses fields in GitHub Actions workflow files (.github/workflows/*.yml, .github/workflows/*.yaml)
  • Support for direct jumps to local action files (paths starting with ./)
  • Support for links to external GitHub repository actions (opens in browser)

Usage

  1. Install the extension
  2. Open a GitHub Actions workflow file (.yml or .yaml files in .github/workflows/)
  3. Ctrl+Click (Cmd+Click on Mac) on the action path specified in uses:
  4. The referenced file or GitHub page will open

Supported uses Formats

Local Actions

uses: ./path/to/action
uses: ./path/to/action@v1

For local actions, files are searched in the following order:

  1. The specified path itself
  2. path/action.yml
  3. path/action.yaml

External GitHub Actions

uses: owner/repo@v1
uses: owner/repo/path/to/action@main

For external actions, the GitHub repository page will open in your browser.

Development

Setup

npm install
npm run compile

Debug

  1. Open the project in VSCode
  2. Press F5 to start debugging the extension
  3. A new VSCode window will open with the extension loaded
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft