Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RiverpodJumpToProviderNew to Visual Studio Code? Get it now.
RiverpodJumpToProvider

RiverpodJumpToProvider

Chase Anderson

|
15 installs
| (0) | Free
Allows jumping to non generated provider source code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Riverpod Jump To Provider

Features

Riverpod: Jump To Provider - which will jump to the provider's original declaration rather than it's generated code.

![JumpToProvider](example.png)

NOTE:

For best experience, consider replacing your jump to definition hotkey (typically f12) with riverpod.jumpToProvider. It very quickly falls back to standard "jump to definition" when it's not applicable.

These conditions can be used. editorHasDefinitionProvider && editorTextFocus && extension.chaseanderson.riverpodjumptoprovider.enabled

Known Issues

Release Notes

1.0.3

Recommended override f12 in readme.

1.0.2

Fixed it always finding the "next" provider in the file if there is one, even when it's not on the same line.

1.0.1

Falls back to "jump to definition" if you aren't on a provider. This means you can viably substitute F12 to call "jump to provider".

1.0.0

Initial release

Publishing changes

You can fork or contribute as needed.

You can publish like:

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

To get setup to publish: Get personal access token from (user settings button): https://dev.azure.com/

Then vsce login:

vsce login YourPublisherId

To deploy:

vsce package
vsce publish YourPublisherId
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft