Rider IDE - how to navigate easily from current file into repo Url preview
Hi all
I use everyday function of right click on current file and/or few line selection.
Open in remote repository in VS Code.
Is there any equivalent for this in Rider? Had no luck searching for.
Everything that I found relays on presenting Git history in Rider IDE which is not helpful at all when trying to share exact file URL to with error to others.

Produces a nice link to my repo with lines selected

How to achieve same in Rider?
Please sign in to leave a comment.
Hello,
Thanks for contacting Rider support.
Yes, Rider supports the same feature:
Let me know if it doesn't work for you.
Regards,
Tom
Ok got that,
I can see this working fine for github.
But AzureDevOps is unsupported at the moment?
No, currently Azure Devops is not supported for this scenario. We have existing work items to add support for Azure Devops, but no ETA yet.
As a workaround, you can leverage Azure DevOps plugin offered by Microsoft. This plugin is deprecated, but still able to work on the latest Rider(2024.3.6). You can follow Microsoft doc to set up this plugin and configure credentials. You may need to install it from disk in Rider:
After signing in, you can open the file in browser by right click on active editor tab or project file in solution view:
It doesn't support to open browser for selected code though.
Let me know if you have any questions.
Regards,
Tom
Sure, thanks for this info.
I'll investigate, that's great!