Questions tagged [codelens]

CodeLens is a code editor enhancement of Microsoft Visual Studio 2013 Ultimate and 2015 Professional and up to show code changes, references, bugs, work items and code review requests.

CodeLens is a code editor enhancement of Microsoft Visual Studio 2013 Ultimate and 2015 Professional and up to show code changes, references, bugs, work items and code review requests. For more info refer: https://learn.microsoft.com/en-us/visualstudio/ide/find-code-changes-and-other-history-with-codelens

114 questions
0
votes
1 answer

How to see VS 2015 CodeLens "code reviews" indicator?

I am unable to see the code review indicator on CodeLens after performing a code review. I did receive a code review request, added comments (both file and in-line) and submitted (closed) it back. I was expecting to see a CodeLens indicator on the…
Techromancer
  • 431
  • 4
  • 15
0
votes
0 answers

VS2015 Source Code Mapping with IIS Test Cases

Visual Studio 2015 shows test names on top of function as shown here for unit tests. This doesn't work for browser based tests that run on an ASP.NET web site running under IIS. Is there any way or setting to show names of such test cases on top…
0
votes
1 answer

Visual Studio 2013 Ultimate - CodeLens References and Run As Administrator

This might be obscure. Running VS 2013 Ultimate (Update 5). When VS is run as Administrator, CodeLens is not showing References, or Unit Test information. If I run as a normal non-elevated state, both show. Without Administrator - Both References…
imukai
  • 638
  • 1
  • 7
  • 17
0
votes
1 answer

Why is codelens spamming my code in VS2015?

I see how codelens can be cool but so far it's only been very disrupting. It makes my actual code very hard to read. Is it possible to somehow group the codelens appearances or reset them becuse I'm pretty sure this is a bug:
ditoslav
  • 4,563
  • 10
  • 47
  • 79
0
votes
1 answer

How can I see Code Lens in Visual studio 2012?

How can I see Code Lens in Visual studio 2012? I don't want to install VS2013.I want to see how many references for particular method of class same as in VS2013?
0
votes
2 answers

Visual Studio 2013 Codelens just inserts blank line

I'm having an issue with CodeLens in Visual Studio 2013. I recently upgraded Visual Studio 2013 Profession to Ultimate. I have CodeLens turned on: But for some reason, Visual Studio is just inserting a blank line where the "references" should…
Icemanind
  • 47,519
  • 50
  • 171
  • 296
0
votes
2 answers

Get authors of methods, like codelens

I need to get authors of methods list. I've tried to do it by comparing methods name with patches content by using LibGit2Sharp, but it's too long, there are to many commits. I wanted to do it quickly, somehow like code lens. Now I'm trying to…
FeniXVRN
  • 1
  • 1
0
votes
1 answer

Visual Studio 2013 RC Professional CodeLens not showing up

I have installed Visual Studio 2013 RC Professional but i am not seeing codelens feature working. Even tried looking for Tools -> Options -> Text Editor -> All Languages -> Code Information Indicators but "Code Information Indicators" option is…
PBDesk
  • 103
  • 3
  • 10
-2
votes
1 answer

Visual studio 2015 smart code completion for referenced assemblies

Is there a way, or free extension, or built in functionality of vs15 that can suggest code completion for types that are just referenced but not included with using? Great example is the way how does the R# works. It suggest type, and later popup…
Lubudubu1010
  • 189
  • 4
  • 15
1 2 3 4 5 6 7
8