Visual Studio - 在源代码级别显示对函数的所有调用

发布于 2024-07-09 21:05:30 字数 103 浏览 10 评论 0原文

我想知道是否有任何方法可以列出源代码中对某个函数的所有调用,以便在修改该函数时可以看到依赖项。

我使用的一种方法是在“整个解决方案”中搜索函数名称,但我正在寻找更好的方法。

I am wondering if there is any way to list all the calls to a function in source code, so that I could see the dependencies if I modify that function.

One method I use is to search the function name in the "Entire Solution" but I am looking for a better way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

不知在何时 2024-07-16 21:05:32

右键单击该调用并选择“查找所有引用”。

Right-click on the call and select "Find All References".

爱情眠于流年 2024-07-16 21:05:32

一种暴力的方法是更改​​函数名称并重新编译并查看错误。 有时我在使用 VS 中的“查找引用”功能时遇到问题。

A brute force method is to change the name of the function and recompile and look at the errors. Sometimes I have trouble with the Find References functionality in VS.

冰雪之触 2024-07-16 21:05:32

关于方法声明:
Ctrl+KCtrl+T

On method declaration:
Ctrl+K, Ctrl+T

梦里梦着梦中梦 2024-07-16 21:05:32

使用NDepend。 它附带了一个 VS 插件,允许您即时执行 CQL 查询。 请参阅此屏幕截图

Use NDepend. It comes with a VS add-in that allows you to do CQL queries on the fly. See this screenshot.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文