How to hide reference counts in VS2013?

前端 未结 5 1842
不思量自难忘°
不思量自难忘° 2020-11-28 00:31

Visual Studio 2013 introduced a new feature where it shows you how many times each of your methods are used.

\"\"

5条回答
  •  再見小時候
    2020-11-28 01:04

    The other features of CodeLens like: Show Bugs, Show Test Status, etc (other than Show Reference) might be useful.

    However, if the only way to disable Show References is to disable CodeLens altogether.

    Then, I guess I could do just that.

    Furthermore, I would do like I always have, 'right-click on a member and choose Find all References or Ctrl+K, R'

    If I wanted to know what references the member -- I too like not having any extra information crammed into my code, like extra white-space.

    In short, uncheck Codelens...

提交回复
热议问题