Menu
  • HOME
  • TAGS

Code lens is enabled but referenced are in blank visual studio 2013

visual-studio-2013,codelens

After researching since past 1 and half week I found that , there was another source control installed and selected, I have installed VisualSVN and itwas selected as a source control in Visual Studio IDE. I could resolve this issue by following the given steps. Goto Tools-> Options -> Source...

CodeLens only showing references?

tfs,codelens,vs-2015

The TFVC lenses that are part of CodeLens only work when connected to a version of Team Foundation Server that is running the background job that generates the historical data. This means that you need to be running at least TFS 2013 or 2015 in order for this feature to...

Is it possible to modify and extend CodeLens by a VS 2013 Plugin?

c#,plugins,visual-studio-2013,codelens

There is no public extensibility point for CodeLens at this time. There's a uservoice item tracking this, though, so i'd vote and comment there: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/6518006-expose-an-api-to-be-able-to-extend-or-take-advanta...

Visual Studio 2015 Method Info

c#,visual-studio,visual-studio-2015,codelens

That is a feature of Visual Studio called CodeLens. You can enable it by going to Tools | Options | Text Editor | All | Languages | Code Information Indicators. You could also use the Quick Launch feature (Control+Q) to search for "CodeLens"....