Sunday, 15 June 2014

visual studio 2013 - How to disable CodeLens' references display in C# -



visual studio 2013 - How to disable CodeLens' references display in C# -

this question has reply here:

how turn off codelens-references 3 answers

i'm next a thread suggesting approach. image below shows, 1 can't disable feature show references languages.

when discovered that, tried c# lone (since that's language code in listed references' count annoyance). however, far can see, there's nil codelens under c# specifically.

do need turn off whole codelens thingy or there way disable aforementioned alternative only?

show references lot of heavy lifting other lenses. constructs phone call tree that's used compute tested by/tests relation reference count , test status. such cannot disabled without turning off other options.

there no way disable codelens on per-language basis. codelens supports vb.net , c# , it's all-or-nothing thing, since depends on roslyn under hood no other languages supported.

apart doing heavy lifting, reference indicator set in place placeholder prevent editor "stuttering" while other lenses loading. in beta worked way , incredibly annoying. there has been version showed empty space, , replaced showing reference indicator. both because should available , because it's quick compute , available offline.

i suggest file specific request changes want see on visual studio user voice. believe perfect time send microsoft feedback on topic, they're in between releases.

c# visual-studio-2013 codelens

No comments:

Post a Comment