You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While source link is advertised for debugging purposes,
it would allow browsing the source code instead of having to manually search for the right documentation. Jetbrains Rider has source link integration built-in and will navigate to the source
when trying to navigate to the definition of a given type or function.
I'm not super familiar with how project files are built but I'm guessing there might be a way to add this to all solution projects from just one place? If anyone can point me at the right location to put that config, I'm happy to do a pull request.
The text was updated successfully, but these errors were encountered:
While source link is advertised for debugging purposes,
it would allow browsing the source code instead of having to manually search for the right documentation. Jetbrains Rider has source link integration built-in and will navigate to the source
when trying to navigate to the definition of a given type or function.
Here is the link on how to add it to a given fsproj file.
https://github.com/dotnet/SourceLink#using-sourcelink
I'm not super familiar with how project files are built but I'm guessing there might be a way to add this to all solution projects from just one place? If anyone can point me at the right location to put that config, I'm happy to do a pull request.
The text was updated successfully, but these errors were encountered: