Riverpod Jump To ProviderFeaturesRiverpod: Jump To Provider - which will jump to the provider's original declaration rather than it's generated code.  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. Known IssuesRelease Notes1.0.3Recommended override f12 in readme. 1.0.2Fixed it always finding the "next" provider in the file if there is one, even when it's not on the same line. 1.0.1Falls 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.0Initial release Publishing changesYou 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:
To deploy:
|