visual studio 2013 - How to hide reference counts in VS2013? -


visual studio 2013 introduced new feature shows how many times each of methods used.

i don't find useful, , messes spacing of file. how disable it? can't seem find option.

i guess running preview of vs2013 ultimate, because not present in professional preview. looking online found feature called code information indicators or codelens, , can located under

tools → options → text editor → languages → codelens

(for rc/final version)

or

tools → options → text editor → languages → code information indicators

(for preview version)

that according link. seems pretty hidden.

in visual studio 2013 rtm, can codelens options right clicking indicators in editor:

editor options

documented in q&a section of msdn codelens documentation


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -