Visual Studio - Attach source code to reference

前端 未结 3 1928
小蘑菇
小蘑菇 2020-12-04 12:15

My C# project references a third-party DLL for which I have the source code. Can I somehow tell Visual Studio the location of that source code, so that, for example, when I

3条回答
  •  情歌与酒
    2020-12-04 12:34

    If you use ReSharper, you can enable it by going to ReSharper / Options / External Sources, and move up "Sources from symbol files". Then in the tab "Sources from symbol files", click "Advanced" and there you can map source folders.

提交回复
热议问题