简体   繁体   English

Visual Studio 2019 C# 用于查看函数应用的热键

[英]Visual Studio 2019 C# Hotkey for seeing application of function

I am new to coding C# in Visual Studio.我是在 Visual Studio 中编写 C# 的新手。 In particular, the latest 2019 version.特别是最新的2019版本。

I know that pressing ctrl + F12 on a function will see its implementation.我知道在函数上按ctrl + F12会看到它的实现。

However, which hotkey should I press on a function to see its application, ie, where is it called.但是,我应该按哪个热键来查看它的应用程序,即它在哪里被调用。

Does it even exist?它甚至存在吗?

“查找所有引用” - Shift + F12

The Find All References command is available on the context ( right-click ) menu of the element you want to find references to. “查找所有引用”命令在要find references的元素的上下文( right-click )菜单中可用。 Or, if you are a keyboard user, press Shift + F12 .或者,如果您是键盘用户,请按Shift + F12

more details about references... 有关参考文献的更多详细信息...

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM