gpt4 book ai didi

visual-studio-code - 如何在 Visual Studio Code 上查看 C# Nuget 包的源代码?

转载 作者:行者123 更新时间:2023-12-04 17:31:02 42 4
gpt4 key购买 nike

当我们选择“Go to Definition”(或 F12 或 CRTL+click)时,有没有办法查看 Nuget 包的源代码?
此时,我在我的代码中从 Nuget Package 中单击(CRTL+click)某个类,vscode 向我显示了一个程序集摘要 [元数据],在那里我只能看到文档和方法签名。
我想查看该类(class)的所有源代码。
是否需要安装一些扩展或我误解了一些配置?

最佳答案

我相信您现在可以使用启用源链接的库(包括 nuget 包)来做到这一点。
您可以查看 Claire 的这些 .NET 博客文章:

  • Improving Debug-time Productivity with Source Link
  • Producing Packages with Source Link

  • With Source Link-enabled libraries, the debugger can download the underlying source files as you step in, and you can set breakpoints/tracepoints like you would with any other source.

    关于visual-studio-code - 如何在 Visual Studio Code 上查看 C# Nuget 包的源代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59825167/

    42 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com