ctaggart / SourceLink

Source Code On Demand
MIT License
356 stars 55 forks source link

SourceLink should work for Go To Definition #379

Closed Jazzman123 closed 5 years ago

Jazzman123 commented 5 years ago

I like being able to use SourceLink when stepping into methods, but I'd also like it to work with Visual Studio's Go To Definition feature so I can set breakpoints in code that I haven't stepped into (or over) yet. Bonus if I can use SourceLink when using Go To Definition at design time (not just debug time).

ctaggart commented 5 years ago

See https://github.com/dotnet/sourcelink/issues/143