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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -