Missing CodeLens references count in Visual Studio Community edition 2015 and 2017

后端 未结 7 2013
感动是毒
感动是毒 2020-12-04 15:16
  1. Is there a reason why the references count (code lens) is missing in Visual Studio Community edition?
  2. Is is possible to enable it in the options?
7条回答
  •  时光取名叫无心
    2020-12-04 15:46

    An alternative is to just right-click the member and select 'Find All References' or the hot key shift + F12*. Not only you will find the count of references grouped by project, but also the underlying code lines and their classes.

    * As per Visual Studio 2017 Community.

提交回复
热议问题