简体   繁体   中英

Visual Studio 2017: Display method references

How can I display the references on top of a method declaration?
I looked for it in the Visual Studio properties, but could not find it.

In Visual Studio Professional or Enterprise you can enable CodeLens by doing this:

Tools → Options → Text Editor → All Languages → CodeLens

This is not available in some Community Edition versions

For display references on the top of method you have to enabled the CodeLens option in Visual Studio Professional and Visual Studio Enterprise .

Use below steps to enabled it.

1 . Go to Tools and then select Options :

在此处输入图片说明

2 . Then Select Text Editor -> All Languages -> CodeLens

在此处输入图片说明

3 . Click on check box to Enable Code Lens: 在此处输入图片说明

Now you can see the references on the top of methods.

This will not work for VS - Community Edition.

No luck with Code lens in Community editions.

Press Shift + F12 to find all references.

CodeLens is not available in the Community editions. You need Professional or higher to switch it on.

In VS2015, one way to "get" CodeLens was to install the SQL Server Developer Tools (SSDT) but I believe this has been rectified in VS2017.

Still you can get all method reference by right clicking on the method and "Find All references"

在此处输入图片说明

对于 2 年后今天查看此内容的任何人,Visual Studio 2019(社区版)显示了参考资料

In previous posts I have read that this feature is available on VS 2015 community if you first install SQL Server express (free) and then install VS. I have tried it and it worked.

I just had to reinstall Windows and am going through the same procedure now and it did not work, so I will try again. I know it worked 6 months ago when I tried.

For anyone who is looking to enable this on the Mac version, it is not available. Developers of Visual Studio stated they will include it in their roadmap.

We can Go tools => Options => Text Editor => All languages => CodeLens to find the dialog box we need. After that, the reference can work normally.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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